Skip to content

Commit

Permalink
Remove duplicated ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Aug 14, 2024
1 parent 37c3c6c commit 3f2944f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,3 @@ jobs:
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm lint

ts-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- run: corepack enable pnpm
- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9.7.0
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm lint

0 comments on commit 3f2944f

Please sign in to comment.