소스 검색

ci: remove build step (#17)

Lucas Neves Pereira 1 개월 전
부모
커밋
2b13fa4ad3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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