From d21ce98c626937589f46111a197f8b3482ce9e13 Mon Sep 17 00:00:00 2001 From: ji-park Date: Tue, 16 Nov 2021 21:13:45 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20workflow=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml deleted file mode 100644 index 393bf5a..0000000 --- a/.github/workflows/pr.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Check the source code(eslint) -on: - pull_request: - branches: - - develop -jobs: - test: - name: Check the source code - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install packages - run: npm ci - - name: Lint - run: npm run lint \ No newline at end of file