Skip to content

Commit

Permalink
Add web2 demo linting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Nov 30, 2023
1 parent 3d5aa04 commit b7ed654
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
default_author: github_actions
message: "🤖 npm run generate auto-update"

frontend-checks-web2-demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- run: |
cd demos/web2_integration
npm ci
npm run astro check
npm run lint
npm run format-check
# Deploy the showcase to GitHub Pages
showcase:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7ed654

Please sign in to comment.