Skip to content

Commit

Permalink
CI 設定変更 (#1285)
Browse files Browse the repository at this point in the history
* CI 設定変更

* corepack
  • Loading branch information
jay-es committed Apr 5, 2023
1 parent ee84fa5 commit ad1136c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ja.yaml
@@ -1,17 +1,22 @@
name: textlint

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
textlint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 18
- run: corepack enable pnpm
- name: Install deps
run: npx pnpm i
- name: Run textlint
Expand Down

1 comment on commit ad1136c

@vercel
Copy link

@vercel vercel bot commented on ad1136c Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.