mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing typecheck errors
This commit is contained in:
parent
733a471c9b
commit
8383cb9070
9 changed files with 19 additions and 16 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -2,7 +2,7 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: "**"
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
|
@ -2,10 +2,10 @@ name: Contributors
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: "**"
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
contributors:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue