diff options
author | Zach White <skullydazed@gmail.com> | 2021-08-29 16:41:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 16:41:56 -0700 |
commit | b705020dafd0aa7531d03cd8fa64260684a3fb79 (patch) | |
tree | 81957f7a08a583e39f80ae4c49b61e68e7a18fb7 /.github/workflows/format.yaml | |
parent | 13a2da973f182f238d1e27bd9da6f98173dad026 (diff) |
move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r-- | .github/workflows/format.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 351c3ff997..0bb8701068 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -16,7 +16,7 @@ jobs: lint: runs-on: ubuntu-latest - container: qmkfm/base_container + container: qmkfm/qmk_cli steps: - uses: rlespinasse/github-slug-action@v3.x |