Skip to content

chore(deps): update asdf-vm/actions action to v3 (#4) #22

chore(deps): update asdf-vm/actions action to v3 (#4)

chore(deps): update asdf-vm/actions action to v3 (#4) #22

Workflow file for this run

name: Main Workflow
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
# schedule:
# - cron: "0 0 * * 5"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3.0.2
with:
command: balena --help
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}