restore-colemakdh #1

Open
dave wants to merge 41 commits from restore-colemakdh into main
Showing only changes of commit f80539e7e4 - Show all commits

View File

@@ -6,17 +6,16 @@ jobs:
container:
image: ubuntu
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y nodejs git python3
- name: Check out repository code
uses: actions/checkout@v4
with:
node-version: 18
- name: Clone supercharge docs repository
uses: actions/checkout@v4
with:
repository: Homelab/qmk_firmware
path: qmk_firmware
ref: master
node-version: 18
- name: Setup
run: |
pwd