Skip to content

Check if argument of SET instructions is valid #150

Check if argument of SET instructions is valid

Check if argument of SET instructions is valid #150

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test --workspace
- run: cargo fmt -- --check