Skip to content

chore: Add Conventional Commits Badge (#13) #43

chore: Add Conventional Commits Badge (#13)

chore: Add Conventional Commits Badge (#13) #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: |
yarn
yarn lint
yarn format:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: |
yarn
yarn test