Skip to content

Setup Erg environment

Actions
Setup a Erg environment by adding problem matchers and optionally downloading and adding it to the PATH
v4.2
Latest
Star (1)

Tags

 (1)

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/[email protected]
      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

Setup Erg environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup a Erg environment by adding problem matchers and optionally downloading and adding it to the PATH
v4.2
Latest

Tags

 (1)

Setup Erg environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.