Skip to content

Support CI pipelines #11

Support CI pipelines

Support CI pipelines #11

Workflow file for this run

name: vorpal
on:
pull_request:
push:
branches:
- main
jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-action
- run: ls -alh /usr/local/vorpal/bin
- run: vorpal --help