Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Jan 8, 2020
1 parent 8209f87 commit 83835ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Install your linters here

- name: Run linters
uses: samuelmeuli/lint-action@v0.6
uses: samuelmeuli/lint-action@v0.7
with:
github_token: ${{ secrets.github_token }}
# Enable your linters here
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: npm install

- name: Run linters
uses: samuelmeuli/lint-action@v0.6
uses: samuelmeuli/lint-action@v0.7
with:
github_token: ${{ secrets.github_token }}
# Enable linters
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: pip install black flake8

- name: Run linters
uses: samuelmeuli/lint-action@v0.6
uses: samuelmeuli/lint-action@v0.7
with:
github_token: ${{ secrets.github_token }}
# Enable linters
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
# ...
- name: Run linters
uses: samuelmeuli/lint-action@v0.6
uses: samuelmeuli/lint-action@v0.7
with:
github_token: ${{ secrets.github_token }}
auto_fix: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lint-action",
"version": "0.6.0",
"version": "0.7.0",
"description": "GitHub Action for detecting and fixing linting errors",
"author": {
"name": "Samuel Meuli",
Expand Down

0 comments on commit 83835ae

Please sign in to comment.