Skip to content

Bump actions/checkout from 3 to 4 #662

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #662

Workflow file for this run

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run licensed-check