Skip to content

Rename flag-circle-lo.svg to flag-circle-la.svg #243

Rename flag-circle-lo.svg to flag-circle-la.svg

Rename flag-circle-lo.svg to flag-circle-la.svg #243

Workflow file for this run

name: 'Build'
on: push
jobs:
build:
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: Install and Build
run: |
npm ci
npm run build
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