Merge branch 'main' into aa/type-cleanup-py

This commit is contained in:
AAGaming
2023-10-22 19:58:05 -04:00
committed by GitHub
3 changed files with 91 additions and 21 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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