fix: fixing typecheck errors

This commit is contained in:
Hydra 2024-04-30 03:27:07 +01:00
parent 733a471c9b
commit 8383cb9070
9 changed files with 19 additions and 16 deletions

View file

@ -2,7 +2,7 @@ name: Build
on:
push:
branches: "**"
branches: main
jobs:
build:

View file

@ -2,10 +2,10 @@ name: Contributors
on:
push:
branches: "**"
branches: main
jobs:
lint:
contributors:
runs-on: ubuntu-latest
steps: