maplibre-rs/.github/workflows/run-checks.yml
Max Ammann 1b73ad5908
Upgrade to Ubuntu 22 in CI (#215)
* Use apt-get

* Upgarde ubuntu

* Disable upgrading drivers

* Add messages to test

* Add comment
2022-11-13 11:30:59 +01:00

17 lines
274 B
YAML

name: Run checks
on:
workflow_call:
jobs:
run-checks:
name: Check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Format
shell: bash
run: just fmt-check