Selaa lähdekoodia

ci: remove build step (#17)

Lucas Neves Pereira 1 kuukausi sitten
vanhempi
commit
2b13fa4ad3
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      .github/workflows/ci.yml

+ 1 - 4
.github/workflows/ci.yml

@@ -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