Skip to content

chore(deps): update dependency husky to v9.1.6 #903

chore(deps): update dependency husky to v9.1.6

chore(deps): update dependency husky to v9.1.6 #903

Workflow file for this run

name: Testing
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
name: Linting Check
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: yarn ci:lint
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prettier-check:
name: 🧹 Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v4
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 18
- name: Prettier Check
run: yarn prettier:check
build:
name: Build and Type Check
uses: the-guild-org/shared-config/.github/workflows/ci.yml@main
with:
nodeVersion: 18
script: yarn build