Skip to content

elves/setup-elvish

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-elvish

This action downloads an Elvish binary and adds it to PATH.

Example of using this in a job (complete example):

steps:
  - uses: elves/setup-elvish@v1
    with:
      elvish-version: 0.20.1
  - name: Run something with Elvish
    shell: elvish {0}
    run: |
      echo This is Elvish $version

If you would like use Elvish as the default shell in run blocks, add the following to the top-level of the workflow configuration (complete example):

defaults:
  run:
    shell: elvish

About

Set up your GitHub Actions workflow with a specific version of Elvish

Resources

License

Stars

Watchers

Forks

Packages

No packages published