Skip to content

Rename flag-circle-bs.svg to flag-circle-ba.svg #25

Rename flag-circle-bs.svg to flag-circle-ba.svg

Rename flag-circle-bs.svg to flag-circle-ba.svg #25

Workflow file for this run

name: 'License'
on: push
jobs:
license:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: License
run: |
npm run license