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
/
checkout-only.yml
YAML · 167 bytes
Raw
Blame
History
1
name
:
checkout-only
2
on
:
3
push
:
4
branches
:
[
trunk, main]
5
jobs
:
6
build
:
7
runs-on
:
ubuntu-latest
8
steps
:
9
-
uses
:
actions/checkout@v4
10
-
run
:
ls -la
11