Browse Source

ci: remove build step (#17)

Lucas Neves Pereira 1 month ago
parent
commit
2b13fa4ad3
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/ci.yml

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

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