Skip to content

Commit

Permalink
update checks #7 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: behindadyingstar <[email protected]>
  • Loading branch information
hagenstrahl and behindadyingstar authored Aug 5, 2024
1 parent abcc635 commit 624c9f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: linting

on:
pull_request:
branches: [ main ]
branches: [main]
push:
branches: [ main ]
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linting
run: npm run lint;
run: npm run lint;
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci
run: npm run test:ci
3 changes: 2 additions & 1 deletion apps/website/.stylelintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next
.next
coverage

0 comments on commit 624c9f1

Please sign in to comment.