mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
fix: fixing typecheck errors
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user