mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
remove deprecated scan-dependencies.yml workflow
This commit is contained in:
parent
23d4c8597b
commit
14be78c6f5
28
.github/workflows/scan-dependencies.yml
vendored
28
.github/workflows/scan-dependencies.yml
vendored
@ -1,28 +0,0 @@
|
||||
name: Scan Dependencies
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: 25 12 * * *
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'beta'
|
||||
|
||||
- name: enabling linux desktop support
|
||||
run: flutter config --enable-linux-desktop
|
||||
|
||||
- name: Check direct dependencies
|
||||
run: |
|
||||
flutter pub outdated | grep 'direct dependencies: all up-to-date'
|
||||
|
||||
- name: Check dev_dependencies
|
||||
run: |
|
||||
flutter pub outdated | grep 'dev_dependencies: all up-to-date'
|
Loading…
Reference in New Issue
Block a user