mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
15 lines
302 B
YAML
15 lines
302 B
YAML
name: Dependabot Pub
|
|
|
|
on: workflow_dispatch
|
|
|
|
jobs:
|
|
pub:
|
|
name: Dependabot Pub
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: dart-lang/setup-dart@v1
|
|
- name: Update
|
|
uses: IchordeDionysos/dependabot-pub-runner@main
|
|
with:
|
|
path: / |