Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Jan 5, 2020
1 parent c44b21e commit 9f05d75
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 @@ -51,7 +51,7 @@ jobs:
# Install your dependencies here

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

- name: Run linters
uses: samuelmeuli/lint-action@v0.3
uses: samuelmeuli/lint-action@v0.4
with:
github_token: ${{ secrets.github_token }}
eslint: true
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: pip install black flake8

- name: Run linters
uses: samuelmeuli/lint-action@v0.3
uses: samuelmeuli/lint-action@v0.4
with:
github_token: ${{ secrets.github_token }}
black: true
Expand All @@ -134,7 +134,7 @@ All linters are disabled by default. To enable a linter, simply set the option w

```yml
- name: Run linters
uses: samuelmeuli/lint-action@v0.3
uses: samuelmeuli/lint-action@v0.4
with:
github_token: ${{ secrets.github_token }}
eslint: true # Enables ESLint checks
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.3.0",
"version": "0.4.0",
"description": "GitHub Action for detecting and fixing linting errors",
"author": {
"name": "Samuel Meuli",
Expand Down

0 comments on commit 9f05d75

Please sign in to comment.