@@ -7,7 +7,7 @@ on:
branches: [main]
jobs:
- build:
+ lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -27,6 +27,3 @@ jobs:
- name: Run linting
run: pnpm lint
-
- - name: Build application
- run: pnpm build