Skip to content

data: szekesfehervar: remove mapping #6249

data: szekesfehervar: remove mapping

data: szekesfehervar: remove mapping #6249

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/checkout@v4.1.1
- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.83.0
components: rustfmt, clippy, llvm-tools-preview
- name: Rust Cache
uses: actions/cache@v4.0.1
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/setup-node@v4.0.2
with:
node-version: 18
- name: Run make check
run: |
tools/ci-build.sh