Skip to content

Commit

Permalink
update gh build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 30, 2023
1 parent f7b7c04 commit 4b7bc1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: ['push', 'pull_request']
jobs:
build-and-lint:
runs-on: ubuntu-latest
env:
working-directory: ./src

steps:
- name: Checkout code
Expand All @@ -17,8 +19,10 @@ jobs:

- name: Install dependencies
run: npm ci --include=dev
working-directory: ${{ env.working-directory }}

- name: Build and lint
run: |
npm run build
npm run lint
working-directory: ${{ env.working-directory }}

1 comment on commit 4b7bc1a

@vercel
Copy link

@vercel vercel bot commented on 4b7bc1a Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.