Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jul 14, 2024
1 parent 08ba759 commit 869a89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
push: false
- run: |
cd build
docker build .. -f Dockerfile
docker build -f Dockerfile ..
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
node-version: '20.x'
- run: |
cd scheme-index-app
npm install
npm run lint

0 comments on commit 869a89f

Please sign in to comment.