Skip to content

Support github action inputs #22

Support github action inputs

Support github action inputs #22

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: Deploy Rust to GitHub Pages
uses: valkyrie-language/[email protected]
with:
config: .config/Publish.toml