File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,18 @@ jobs:
142142 components : rustfmt
143143 - run : cargo fmt -- --check
144144
145- sec :
146- name : Security audit
147- runs-on : ubuntu-latest
148- steps :
149- - uses : actions/checkout@v2
150- - uses : actions-rs/audit-check@v1
151- with :
152- token : ${{ secrets.GITHUB_TOKEN }}
145+ # TODO: enable again once we have these two fixed:
146+ # https://github.com/extrawurst/gitui/issues/950
147+ # https://github.com/extrawurst/gitui/issues/951
148+ #
149+ # sec:
150+ # name: Security audit
151+ # runs-on: ubuntu-latest
152+ # steps:
153+ # - uses: actions/checkout@v2
154+ # - uses: actions-rs/audit-check@v1
155+ # with:
156+ # token: ${{ secrets.GITHUB_TOKEN }}
153157
154158 log-test :
155159 name : Changelog Test
You can’t perform that action at this time.
0 commit comments