mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Create debug.yml
Signed-off-by: BartMoroz <moro.drake@gmail.com>
This commit is contained in:
parent
2fa09ba10d
commit
96bd1608ac
17
.github/workflows/debug.yml
vendored
Normal file
17
.github/workflows/debug.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: show stuff
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
debug:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: print stuff
|
||||||
|
run: |
|
||||||
|
echo "hello"
|
||||||
Loading…
Reference in New Issue
Block a user