lint on PR

This commit is contained in:
Manav Rathi
2024-06-03 15:09:16 +05:30
parent ac32a33358
commit c8c19972d9

View File

@@ -34,10 +34,13 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build staff
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Publish staff
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}