Skip to content

Merge pull request #16 from ghostpsalm/linux/port #4

Merge pull request #16 from ghostpsalm/linux/port

Merge pull request #16 from ghostpsalm/linux/port #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mingw-w64 (for the x86_64-pc-windows-gnu target)
run: sudo apt-get update && sudo apt-get install -y mingw-w64
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
components: rustfmt, clippy
- name: Cache cargo
uses: Swatinem/rust-cache@v2
- name: Run the gate
run: ./scripts/gate.sh