diff --git a/.github/workflows/template-echo.json b/.github/workflows/template-echo.json new file mode 100644 index 0000000..4b20fb1 --- /dev/null +++ b/.github/workflows/template-echo.json @@ -0,0 +1,5 @@ +{ + "name": "Template Workflow", + "description": "Workflow template.", + "categories": ["Continuous integration", "JavaScript", "npm", "React"] +} diff --git a/.github/workflows/template-echo.yml b/.github/workflows/template-echo.yml new file mode 100644 index 0000000..8429470 --- /dev/null +++ b/.github/workflows/template-echo.yml @@ -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