File: latest.yml

package info (click to toggle)
node-spdx-exceptions 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: javascript: 87; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: 'Check Latest SPDX License List'
on:
  workflow_dispatch:
    inputs: {}
  schedule:
    - cron: '0 0 */7 * *'
jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
      - run: npm run latest