Skip to content

Commit

Permalink
Update pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu authored Nov 19, 2024
1 parent 0541821 commit 2098d50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- name: Checkout from PR branch
- name: Checkout
uses: actions/checkout@v4

- name: Set Node.js 14.x for GitHub Action
- name: Install Node.js 14
uses: actions/setup-node@v4
with:
node-version: 14.x

- name: installing node_modules
- name: Lint and build
run: |
git branch
git log -n 3
pushd vscode-extension
npm install
npm run lint
Expand Down

0 comments on commit 2098d50

Please sign in to comment.