Skip to content

Commit

Permalink
add a GitHub Actions for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiyohure committed Nov 19, 2023
1 parent 1f4719d commit 3c2b000
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lint

on: push

jobs:
textlint:
name: Textlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: 19

0 comments on commit 3c2b000

Please sign in to comment.