Skip to content

chore: bump badgen-icons to 0.23.0 #473

chore: bump badgen-icons to 0.23.0

chore: bump badgen-icons to 0.23.0 #473

Workflow file for this run

name: Lint and Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build --if-present
env:
CI: true