1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.github/workflows/debug.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: could not find expected ':'
BartMoroz 96bd1608ac
Create debug.yml
Signed-off-by: BartMoroz <moro.drake@gmail.com>
2022-12-08 13:44:34 +01:00

18 lines
238 B
YAML

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"