Skip to content

Commit

Permalink
Disable format/lint tests
Browse files Browse the repository at this point in the history
These test are fine locally but they conflict with github editor formatting and make contributions harder.
  • Loading branch information
webprofusion-chrisc committed Jun 6, 2024
1 parent bd30b66 commit 70734f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: npm ci
- name: Test
run: npm run test
- name: Test linting
run: npm run test:lint
- name: Test formatting
run: npm run test:format
#- name: Test linting
# run: npm run test:lint
#- name: Test formatting
# run: npm run test:format

generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70734f6

Please sign in to comment.