Skip to content

Commit

Permalink
First working version
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Aug 27, 2024
1 parent 2120b36 commit 8195c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ Prepare your workflow by adding the following steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
```
Run
go-version: '1.23'

```YAML
- name: Run Revive Action by building from repository
uses: mapped/revive-action@master
- name: Run Revive Action
uses: mapped/revive-action@latest
```
Configuration
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ tar -xvzf revive.tar.gz
REVIVE="$GITHUB_ACTION_PATH/revive"
echo "Downloaded revive binary to $REVIVE"

# TODO: Remove me
ls -al $GITHUB_ACTION_PATH

cd "$GITHUB_WORKSPACE"

REVIVE_ACTION="go run $GITHUB_ACTION_PATH/main.go"
Expand Down

0 comments on commit 8195c2f

Please sign in to comment.