Skip to content

fix: ignore apt changelogs #3

fix: ignore apt changelogs

fix: ignore apt changelogs #3

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: |
for tst in test/*; do $tst; done