diff --git a/.github/workflows/frontend-checks.yml b/.github/workflows/frontend-checks.yml index d410999f45..3e10af4a4a 100644 --- a/.github/workflows/frontend-checks.yml +++ b/.github/workflows/frontend-checks.yml @@ -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