summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml20
1 files changed, 12 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b4564f4d..4b49a8a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -142,14 +142,18 @@ jobs:
components: rustfmt
- run: cargo fmt -- --check
- sec:
- name: Security audit
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions-rs/audit-check@v1
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ # TODO: enable again once we have these two fixed:
+ # https://github.com/extrawurst/gitui/issues/950
+ # https://github.com/extrawurst/gitui/issues/951
+ #
+ # sec:
+ # name: Security audit
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v2
+ # - uses: actions-rs/audit-check@v1
+ # with:
+ # token: ${{ secrets.GITHUB_TOKEN }}
log-test:
name: Changelog Test