Skip to content

Commit

Permalink
Change build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SenneDemaegd committed Oct 20, 2024
1 parent 3e87044 commit fb14056
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 128 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
node-version: '20'
- name: Install dependencies
run: yarn install
- name: Installing ESLint 8.45.0
run: npm install eslint@8.45.0
- name: Check errors in code
run: npx eslint . --no-error-on-unmatched-pattern
- name: Lint the code
run: yarn lint
- name: Log in to Docker Hub.
Expand Down
Loading

0 comments on commit fb14056

Please sign in to comment.