We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa887f2 commit e8414d6Copy full SHA for e8414d6
.github/workflows/pr.yml
@@ -108,9 +108,12 @@ jobs:
108
run: make python_install
109
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # ratchet:dtolnay/rust-toolchain@stable
110
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # ratchet:Swatinem/rust-cache@v2
111
- - run: make rust_test
+ - run: UPDATE_EXPECT=1 make rust_test
112
- name: Check for diffs
113
run: git diff --quiet || exit 1
114
+ - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # ratchet:stefanzweifel/git-auto-commit-action@v5
115
+ with:
116
+ push_options: "--force"
117
lint:
118
name: Lint
119
runs-on: ubuntu-latest
0 commit comments