shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Watch
1
Fork
0
Star
0
shithub
/
tests
/
fixtures
/
workflows
/
disallowed-uses.yml
YAML · 198 bytes
Raw
Blame
History
1
name
:
disallowed-uses-test
2
on
:
push
3
jobs
:
4
build
:
5
runs-on
:
ubuntu-latest
6
steps
:
7
-
uses
:
actions/checkout@v4
8
-
uses
:
actions/setup-go@v5
9
with
:
10
go-version
:
1.22
11