Skip to content

Commit

Permalink
chore: add md files to ignore list, nx format check
Browse files Browse the repository at this point in the history
  • Loading branch information
brunos3d committed Oct 26, 2023
1 parent 878851a commit 7b54add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures

- name: Check for un-formatted files
run: npx nx format:check

- name: Release ${{ github.event.inputs.packages }} package(s)
run: |
if [[ ${{ github.event.inputs.packages }} == 'affected' ]]; then
Expand Down
1 change: 1 addition & 0 deletions .nxignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md

0 comments on commit 7b54add

Please sign in to comment.