Skip to content

Commit

Permalink
Fix GitHub action implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolapps committed Oct 1, 2023
1 parent ff6fa32 commit 30eb9bd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Check EditorConfig
run: npx editorconfig-checker
shell: bash
- name: Check TypeScript
run: npx tsc
shell: bash
Expand Down
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-react": "^3.0.0",
"babel-loader": "^8.3.0",
"editorconfig-checker": "^5.1.1",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
Expand Down

0 comments on commit 30eb9bd

Please sign in to comment.