Skip to content

Commit

Permalink
Merge branch 'main' into aa/type-cleanup-py
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 authored Oct 22, 2023
2 parents e0592f0 + 2f46e0d commit 064c897
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

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

- name: Get changed files
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actions/checkout@v3 # Check out the repository first.

- name: Install TypeScript dependencies
working-directory: frontend
Expand Down
108 changes: 89 additions & 19 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 064c897

Please sign in to comment.