Creating first Workflow

هذا الالتزام موجود في:
ahmedgamalyousef
2025-09-29 21:04:29 +03:00
الأصل 72d8b79829
التزام 6300b4e724

18
.github/workflows/cicd.yml مباع Normal file
عرض الملف

@@ -0,0 +1,18 @@
name: my first workflow on GitPasha
on:
push:
branches: [ main ]
jobs:
my-first-job:
steps:
- name: say hello
run: echo "Hello World"
- name: create files & directories
run: touch access.log
run: mkdir jemy
- name: list files
run: ls -la