mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
18 lines
238 B
YAML
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"
|