Compare commits
1 commit
6a699a481c
...
4b225b6e61
Author | SHA1 | Date | |
---|---|---|---|
|
4b225b6e61 |
1 changed files with 2 additions and 3 deletions
|
@ -5,13 +5,12 @@ on:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: docker
|
||||||
|
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