action test
All checks were successful
/ do-nothing (push) Successful in 2m44s

This commit is contained in:
Anuj K 2025-09-05 13:28:03 +05:30
parent c09c97df27
commit a27544d4de

View file

@ -0,0 +1,11 @@
on:
push:
branches:
- main
jobs:
do-nothing:
runs-on: docker
steps:
- name: "Test"
run: echo "This action is for testing."