Skip to content

A GitHub Action for DeepSourceCorp/globstar

License

Notifications You must be signed in to change notification settings

ayushmanchhabra/globstar-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

globstar-action

A GitHub Action for DeepSourceCorp/globstar.

- name: Setup Globstar
  uses: ayushmanchhabra/globstar-action@v0

Inputs

version

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'

auth-token

Optional The authentication token to use. Defaults to github.token.

- name: Setup Globstar
  uses: ayushmanchhabra/globstar-action@v0
  with:
    auth-token: ${{ secrets.GITHUB_TOKEN }}

cache

Optional Enable or disable caching of Globstar binary. Defaults to false.

- name: Setup Globstar
  uses: ayushmanchhabra/globstar-action@v0
  with:
    cache: true

Contributing

Testing

  1. In .github/workflows/ci.yml, change the main branch to your pull request's branch's name.
  2. Always npm run dist before making a Git commit.
  3. Change the branch name back to main after testing is complete..

About

A GitHub Action for DeepSourceCorp/globstar

Resources

License

Stars

Watchers

Forks

Packages

No packages published