Skip to content

erg-lang/setup-erg

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

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-erg

example

permissions: contents: write jobs: example: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: '3.11' - uses: erg-lang/setup-erg@v4.2 with: build: 'nightly' - name: Run script run: |  echo 'print! "hello, world!"' | erg

build (for developers)

npm install npm i -g @vercel/ncc ncc build main.js

About

Set up your GitHub Actions workflow with a specific build of erg

Topics

Resources

License

Stars

Watchers

Forks

Contributors