Skip to content

Commit

Permalink
Merge pull request #21 from YOUSIKI/refactor-ci
Browse files Browse the repository at this point in the history
Refactor CI workflow to remove deployment steps and retain linting process
  • Loading branch information
YOUSIKI authored Jan 31, 2025
2 parents e94616e + a6a4bb7 commit dbc59e3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,4 @@ jobs:
sarif_file: /tmp/lint.sarif
wait-for-processing: true
- name: Lint
run: pnpm run lint
deploy:
name: Deploy to Cloudflare Workers and test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
with:
version: "9"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm run lint

0 comments on commit dbc59e3

Please sign in to comment.