superlint/.github/workflows/deps-npm.yml

15 lines
289 B
YAML
Raw Normal View History

2022-02-21 10:04:19 -05:00
name: Update Deps - NPM
on:
schedule:
# Sunday at 5:00pm
- cron: "0 17 * * 0"
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./github/scripts/update-npm.sh
env:
id: ${{ github.run_id }}