Files
todo.txt-cli/.github/workflows/tests.yml
Ingo Karkat 75dc8cdaed Bump: checkout action to v4
To silence this warning:
> The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2
2024-09-21 12:39:22 +02:00

21 lines
312 B
YAML

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-24.04, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- run: make
- run: make dist
- run: make test