Update CI workflow

This commit is contained in:
Michal Sojka 2024-09-18 08:16:31 +02:00
parent c087166c38
commit f6d9f91eb1

View file

@ -1,11 +1,12 @@
name: CI
on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Build
flake-check:
name: Flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4