Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marinakinalone committed Jan 10, 2024
1 parent 886b68d commit f9d5623
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Lint/test
run: |
npm install
npm run lint
bun install
bun lint

0 comments on commit f9d5623

Please sign in to comment.