Skip to content

Commit

Permalink
ci(github): added my first workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 12, 2024
1 parent 80ebda4 commit d2340b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Node'

on:
push:

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: 'Hello world 🚀'
run: echo "Hello world!"

0 comments on commit d2340b5

Please sign in to comment.