Skip to content

Commit

Permalink
Merge pull request #903 from yutailang0119/bump-4.0.0
Browse files Browse the repository at this point in the history
Bump to v4.0.0
  • Loading branch information
yutailang0119 committed Apr 1, 2024
2 parents 31c4417 + 71517a9 commit 131e187
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,13 +22,13 @@ jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install
- name: run textlint
id: run-textlint
run: |
echo "TEXTLINT_OUTPUT=$(./node_modules/.bin/textlint 'docs/**/*.md' -f json || true)" >> $GITHUB_OUTPUT
- uses: yutailang0119/action-textlint@v3
- uses: yutailang0119/action-textlint@v4
with:
textlint-output: ${{ steps.run-textlint.outputs.TEXTLINT_OUTPUT }}
ignore-warnings: true # Ignore Lint Warnings
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -10,10 +10,10 @@ inputs:
required: false
ignore-warnings:
description: 'Ignore Lint Warnings'
default: false
default: fal'se
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'check-square'
color: 'black'
color: 'white'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-textlint",
"version": "3.2.0",
"version": "4.0.0",
"private": false,
"description": "GitHub Actions for textlint",
"main": "lib/main.js",
Expand Down

0 comments on commit 131e187

Please sign in to comment.