Skip to content

data: szekesfehervar: add Gábor Áron, Kertalja, Koppány, Kund filters #6403

data: szekesfehervar: add Gábor Áron, Kertalja, Koppány, Kund filters

data: szekesfehervar: add Gábor Áron, Kertalja, Koppány, Kund filters #6403

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- 'private/**'
pull_request:
branches-ignore:
- 'private/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.83.0
components: rustfmt, clippy, llvm-tools-preview
- name: Rust Cache
uses: actions/[email protected]
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-1.83.0-${{ hashFiles('**/Cargo.toml') }}
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
- name: Run make check
run: |
tools/ci-build.sh