Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sinansonmez committed Nov 2, 2023
1 parent d0d9d2b commit 1d82125
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ on:
pull_request:

jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: install
run: npm ci

check-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1d82125

Please sign in to comment.