See if CI/CD will work #1

Open
Kenwood wants to merge 11 commits from ci/cd into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 1faf3e245c - Show all commits

View File

@ -16,9 +16,11 @@ jobs:
make_docs:
runs-on: ubuntu-latest
name: Build Docs
container: catthehacker/ubuntu:act-latest
steps:
- name: Setup Python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

View File

@ -16,6 +16,7 @@ jobs:
make_firmware:
runs-on: ubuntu-latest
name: Firmware Builder
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v2
@ -50,6 +51,7 @@ jobs:
delint:
runs-on: ubuntu-latest
name: Delinter
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v2