Skip to content

fix file not found err #81

fix file not found err

fix file not found err #81

# name: pre-merge-checks
# on:
# pull_request:
# branches: test-main
# jobs:
# Lint-Check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: npm install
# - run: npm run lint-check
# - run: npm run format-check