Skip to content

Merge pull request #118 from engedaam/use-sweeper-to-clean-up-resources #685

Merge pull request #118 from engedaam/use-sweeper-to-clean-up-resources

Merge pull request #118 from engedaam/use-sweeper-to-clean-up-resources #685

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