Skip to content

chore(config): commitlint, prettier, husky & lint-staged configured #8

chore(config): commitlint, prettier, husky & lint-staged configured

chore(config): commitlint, prettier, husky & lint-staged configured #8

Workflow file for this run

name: Test CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-slim
steps:
- name: Run tests
run: echo "Tests passed ✅"