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
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: docker
|
||||
container.image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
DIRECTORY: config
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: lsb_release -a
|
||||
- run: uname -srm
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
|
Loading…
Reference in a new issue