Skip to content
Open

Abc #13

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: application demo workflow

on:
push:
branches:
- main
- feature/**

pull_request:
branches:
- main


jobs:
demo:
name: Demo job
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Gretting
run: echo "hello word"

- name: list file
run: ls -l

- name: read file
run: cat package.json