Skip to content

algorandfoundation/arcw-action

Repository files navigation

arcw-action

A GitHub Action for running arcw, inspired from https://github.com/ethereum/eipw-action.

Usage

Here's an example workflow (so it would go in .github/workflows/ci.yml or similar):

on:
  pull_request:

name: ci

jobs:
  check:
    name: Check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/[email protected]
      - uses: algorandfoundation/arcw-action@dist
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

Building & Deploying

npm install         # Grab dependencies.
npm run build       # Compile TypeScript and create bundle.
git add .
git commit
git push            # Make the new build available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published