Skip to content

Merge pull request #17 from cpbitmap/new-favicon #36

Merge pull request #17 from cpbitmap/new-favicon

Merge pull request #17 from cpbitmap/new-favicon #36

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Lint
run: |
npm ci
npm run lint
npm run prettier