Files
full-stack-archetype/.github/workflows/lint_front.yml

18 lines
337 B
YAML

name: Lint front projects
on:
push:
branches:
- "feature/**"
- "bugfix/**"
jobs:
next:
name: Next front lint
runs-on: ubuntu-latest
steps:
- name: Checkout into git repository
uses: actions/checkout@v4
- name: Runs front tests
run: cd front && npx lint-staged -c ./.eslintrc.json -q