Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
try without linting check
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent d3c08bd commit 296cefb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,5 @@ jobs:
echo "Error running the bump-version.mjs script."
cat temp-bump-versions.txt
exit 1
- name: check linting
run: |
npm run autofix
if git diff --exit-code
exit 0
fi
echo "Found unexpected git diff from running `npm run autofix`."
exit 1
- name: run tests
uses: ./.github/workflows/run-tests.yml

0 comments on commit 296cefb

Please sign in to comment.