Skip to content

Commit

Permalink
add test-status job to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Oct 13, 2024
1 parent 6a86195 commit f699b2f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ jobs:
run: go get -v -t -d ./...
- name: test code
run: go test ./...
test-status:
name: test status
runs-on: ubuntu-latest
needs: test
steps:
- name: set check status success
uses: Sibz/github-status-action@v1
with:
context: test-status
authToken: ${{ secrets.GITHUB_TOKEN }}
state: success
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
}
```

## 💻 Installation
### Homebrew Tap
```
brew install JunNishimura/tap/JSOP
```

### go intall
```
go install github.com/JunNishimura/JSOP@latest
```

## 📖 Language Specification
1. Everything is an expression.
2. Only `.jsop` and `.jsop.json` are accepted as file extensions.
Expand Down

0 comments on commit f699b2f

Please sign in to comment.