Skip to content
/ template Public template

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Mar 21, 2024
1 parent eedb941 commit 6e11b3d
Show file tree
Hide file tree
Showing 1,309 changed files with 9,599 additions and 5,967 deletions.
1 change: 0 additions & 1 deletion .config/husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .config/husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .config/husky/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions .config/husky/prepare-commit-msg

This file was deleted.

44 changes: 2 additions & 42 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,5 @@ name: Checks
on: [pull_request]

jobs:
run:
name: Run
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.13'

- name: Install
run: yarn install
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: Lint
run: yarn checks lint
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TypeCheck
run: yarn checks typecheck
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TestUnit
run: yarn checks test unit
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TestIntegration
run: yarn checks test integration
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: Release
run: yarn checks release
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
checks:
uses: atls/shared/.github/workflows/checks.yaml@master
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commit message lint
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn format
yarn commit staged
1 change: 1 addition & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commit message $@
7,061 changes: 4,536 additions & 2,525 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 6e11b3d

Please sign in to comment.