See if CI/CD will work #1
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user