Skip to content

chore: refactor the clean up to delete the mock at the end #32

chore: refactor the clean up to delete the mock at the end

chore: refactor the clean up to delete the mock at the end #32

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate style
run: make verify-lint