Skip to content

Git needs checkout first #32

Git needs checkout first

Git needs checkout first #32

Workflow file for this run

name: Test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Publish Rust Binaries
uses: valkyrie-language/[email protected]
with:
config: .config/rust-publish.toml
mode: all