Skip to content

Commit

Permalink
Create Template Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pama0917 committed Jan 13, 2025
1 parent bc72293 commit 81d334f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/template-echo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Template Workflow",
"description": "Workflow template.",
"categories": ["Continuous integration", "JavaScript", "npm", "React"]
}
13 changes: 13 additions & 0 deletions .github/workflows/template-echo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Template Echo

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Run echo
run: echo Hello

0 comments on commit 81d334f

Please sign in to comment.