Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Jan 2, 2020
1 parent 4bcd461 commit c6a57e1
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 @@ -47,7 +47,7 @@ jobs:
# Install your dependencies here

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

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

- name: Run linters
uses: samuelmeuli/lint-action@v0.2
uses: samuelmeuli/lint-action@v0.3
with:
github_token: ${{ secrets.github_token }}
black: true
Expand All @@ -128,7 +128,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.2
uses: samuelmeuli/lint-action@v0.3
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.2.0",
"version": "0.3.0",
"description": "GitHub Action for detecting and fixing linting errors",
"author": {
"name": "Samuel Meuli",
Expand Down

0 comments on commit c6a57e1

Please sign in to comment.