Skip to content

Commit

Permalink
Update revive-action to v1 in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Apr 20, 2024
1 parent 0d2fd9a commit 80ce050
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "revive"
uses: devanoxLtd/revive-action@v2
uses: devanoxLtd/revive-action@v1
with:
args: lint
```
Expand All @@ -47,9 +47,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "revive"
uses: devanoxLtd/revive-action@v2
uses: devanoxLtd/revive-action@v1
with:
args: lint --using=tlint,pint
```
Expand All @@ -75,12 +75,12 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "revive"
uses: devanoxLtd/revive-action@v2
uses: devanoxLtd/revive-action@v1
with:
args: fix
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "Revive Fix"
uses: devanoxLtd/revive-action@v2
uses: devanoxLtd/revive-action@v1
with:
args: fix
Expand Down

0 comments on commit 80ce050

Please sign in to comment.