Skip to content

ci: fixes

ci: fixes #29

Workflow file for this run

name: code-gear > lint
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: write
jobs:
lint:
name: Linting project
runs-on: ubuntu-latest
steps:
- name: using setup script
uses: ./.github/conf/setup.yml
- name: Linting project
run: yarn dlx nx run root:lint