Skip to content

Commit

Permalink
Update actions yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Apr 3, 2024
1 parent 755a10b commit aa12031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install npm deps
run: npm install
- uses: actions/checkout@v3
Expand All @@ -46,7 +50,6 @@ jobs:
- name: Static linting
run: make lint-static
docker-push:
needs: [lint]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aa12031

Please sign in to comment.