Compare commits
1 commit
4b225b6e61
...
6a699a481c
Author | SHA1 | Date | |
---|---|---|---|
|
6a699a481c |
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue