Skip to content

Commit

Permalink
chore: add code owners file and freeze dependencies in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed May 12, 2024
1 parent b969ed5 commit fdfc8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @simonwep
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Lint
run: pnpm run lint
Expand Down

0 comments on commit fdfc8b6

Please sign in to comment.