1
0
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:
BartMoroz 2022-12-08 13:44:34 +01:00 committed by GitHub
parent 2fa09ba10d
commit 96bd1608ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/debug.yml vendored Normal file
View 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"