File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 target : ${{ matrix.target }}
3333 override : true
3434 - name : Cross
35- # yamllint disable rule:line-length
3635 run : cargo install --git https://github.com/cross-rs/cross.git --rev bb3df1b cross
3736
3837 - name : Run cargo check
9897 repository : stratis-storage/ci
9998 persist-credentials : false
10099 - name : Run comparisons of version specs with Fedora packages
101- # yamllint disable rule:line-length
102100 run : |
103101 COMPARE_FEDORA_VERSIONS=$GITHUB_WORKSPACE/ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low" make -f Makefile check-fedora-versions
104102 COMPARE_FEDORA_VERSIONS=$GITHUB_WORKSPACE/ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f43 IGNORE_ARGS="--ignore-category low" make -f Makefile check-fedora-versions
Original file line number Diff line number Diff line change 3939 repository : stratis-storage/ci
4040 persist-credentials : false
4141 - name : Run comparisons of version specs with Fedora packages
42- # yamllint disable rule:line-length
4342 run : |
4443 COMPARE_FEDORA_VERSIONS=$GITHUB_WORKSPACE/ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide make -f Makefile check-fedora-versions
4544 COMPARE_FEDORA_VERSIONS=$GITHUB_WORKSPACE/ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f43 make -f Makefile check-fedora-versions
Original file line number Diff line number Diff line change 1+ ---
2+ extends : default
3+
4+ rules :
5+ line-length : disable
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ check-fedora-versions: test-compare-fedora-versions
2727 ${COMPARE_FEDORA_VERSIONS} ${FEDORA_RELEASE_ARGS} ${IGNORE_ARGS}
2828
2929yamllint :
30- yamllint --strict .github/workflows/* .yml
30+ yamllint --strict .github/workflows/* .yml .yamllint.yaml
3131fmt :
3232 cargo fmt
3333
You can’t perform that action at this time.
0 commit comments