move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)

This commit is contained in:
Zach White 2021-08-29 16:41:56 -07:00 committed by GitHub
commit b705020daf
Failed to generate hash of commit
13 changed files with 16 additions and 17 deletions

View file

@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container: qmkfm/base_container
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2