summaryrefslogtreecommitdiffstats
path: root/.github/workflows/detect.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 03:02:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 03:02:06 +0200
commit8cfad86ec1bb8d6f65eeec051e59b3ade982ef36 (patch)
tree8800d24acb3bc2d792363f146a657e8faa66cb40 /.github/workflows/detect.yml
parent34876aea5ea698f342220e7b7c0bed33a42859d2 (diff)
downloadiced-8cfad86ec1bb8d6f65eeec051e59b3ade982ef36.tar.gz
iced-8cfad86ec1bb8d6f65eeec051e59b3ade982ef36.tar.bz2
iced-8cfad86ec1bb8d6f65eeec051e59b3ade982ef36.zip
Unify `audit` and `detect` workflows
Diffstat (limited to '')
-rw-r--r--.github/workflows/detect.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/detect.yml b/.github/workflows/detect.yml
deleted file mode 100644
index c4b7413d..00000000
--- a/.github/workflows/detect.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Detect
-on:
- push: {}
- pull_request: {}
- schedule:
- - cron: '0 0 * * *'
-jobs:
- outdated_dependencies:
- runs-on: ubuntu-latest
- steps:
- - uses: hecrj/setup-rust-action@v1
- - name: Install cargo-outdated
- run: cargo install cargo-outdated
- - uses: actions/checkout@master
- - name: Detect outdated dependencies
- run: cargo outdated --exit-code 1