We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895b511 commit 38533ceCopy full SHA for 38533ce
.github/workflows/main.yml
@@ -4,8 +4,8 @@ jobs:
4
check:
5
runs-on: ubuntu-22.04
6
container:
7
- image: librepcb/librepcb-cli:1.0.0-rc1
+ image: librepcb/librepcb-cli:1.1.0
8
options: --entrypoint /bin/bash
9
steps:
10
- uses: actions/checkout@v1
11
- - run: librepcb-cli open-library --all --strict --minify-step .
+ - run: librepcb-cli open-library --all --strict --check --minify-step .
0 commit comments