Skip to content

Commit

Permalink
Update on-code-change.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jul 3, 2024
1 parent c70a036 commit cab4af2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies
shell: bash
run: |
yarn install
- name: Run linting
shell: bash
run: |
Expand Down

0 comments on commit cab4af2

Please sign in to comment.