mirror of
https://github.com/actions/setup-node
synced 2025-04-08 01:45:51 +00:00
Delete .github/workflows/helloWorld.yml
This commit is contained in:
parent
14e93a4870
commit
d0ab981b3f
1 changed files with 0 additions and 18 deletions
18
.github/workflows/helloWorld.yml
vendored
18
.github/workflows/helloWorld.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: Hello world work flow
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
-suyash-test-1
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
-suyash-test-1
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
hello:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: hello world
|
|
||||||
run: echo "Hello world"
|
|
||||||
shell: bash
|
|
Loading…
Add table
Reference in a new issue