Skip to content

Update data (#326) #489

Update data (#326)

Update data (#326) #489

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
pull-requests: write
jobs:
ci:
strategy:
fail-fast: false
matrix:
os:
#- macos-latest
- ubuntu-latest
#- windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v2
with:
experimental: true
- run: mise run ci