Skip to content

Merge pull request #120 from engedaam/fix-clean-up #692

Merge pull request #120 from engedaam/fix-clean-up

Merge pull request #120 from engedaam/fix-clean-up #692

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
- name: Enable the actionlint matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- run: make ci-non-test