Compare commits

..

1 commit

Author SHA1 Message Date
Bart van der Braak
6a699a481c Setup python and make
Some checks failed
Run checks / checks (pull_request) Has been cancelled
2024-11-19 20:37:19 +01:00

View file

@ -5,12 +5,13 @@ on:
- main - main
jobs: jobs:
checks: checks:
runs-on: docker runs-on: ubuntu-24.04
container.image: ghcr.io/catthehacker/ubuntu:act-22.04
env: env:
DIRECTORY: config DIRECTORY: config
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: lsb_release -a
- run: uname -srm
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.13' python-version: '3.13'