A GitHub Action for DeepSourceCorp/globstar.
- name: Setup Globstar
uses: ayushmanchhabra/globstar-action@v0
Optional The version to download. Defaults to latest
. Please consult globstar releases for specific versions.
- name: Setup Globstar
uses: ayushmanchhabra/globstar-action@v0
with:
version: 'latest'
- name: Setup Globstar
uses: ayushmanchhabra/globstar-action@v0
with:
version: 'v0.1.1'
Optional The authentication token to use. Defaults to github.token
.
- name: Setup Globstar
uses: ayushmanchhabra/globstar-action@v0
with:
auth-token: ${{ secrets.GITHUB_TOKEN }}
Optional Enable or disable caching of Globstar binary. Defaults to false
.
- name: Setup Globstar
uses: ayushmanchhabra/globstar-action@v0
with:
cache: true
- In
.github/workflows/ci.yml
, change themain
branch to your pull request's branch's name. - Always
npm run dist
before making a Git commit. - Change the branch name back to
main
after testing is complete..