Compare commits

..

2 Commits

Author SHA1 Message Date
4350d7a750 Mise à jour de '.github/workflows/build.yml'
Some checks reported warnings
Build zmk / build (push) Has been cancelled
Build zmk / build (pull_request) Has been cancelled
add checkout
2023-10-04 19:02:14 +00:00
d63a7af675 Mise à jour de '.gitea/workflows/build.yml'
Some checks reported warnings
Build zmk / build (push) Has been cancelled
name step
2023-10-04 18:46:29 +00:00
2 changed files with 8 additions and 2 deletions

View File

@ -3,4 +3,6 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
steps:
- name: use zmk
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

View File

@ -2,4 +2,8 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use zmk
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main