Skip to content

Commit

Permalink
fix lint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 27, 2022
1 parent c3f32c8 commit 5573391
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,11 @@ jobs:
cache: 'yarn'
- run: yarn install --frozen-lockfile --immutable

- name: Eslint
- name: TypeScript Build
run: yarn build

- name: ESLint
run: yarn lint

- name: Prettier Check
run: yarn pretty-check

build:
name: Typescript Build
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile --immutable

- name: Tyescript Build
run: yarn build

0 comments on commit 5573391

Please sign in to comment.