Skip to content

feat: added setup-action for github pipelines #1

feat: added setup-action for github pipelines

feat: added setup-action for github pipelines #1

Workflow file for this run

name: vorpal
on:
pull_request:
push:
branches:
- main
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: .github/actions/setup-action
with:
version: 0.1.0-rc.0
- run: vorpal --help