Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joluh committed Sep 24, 2024
0 parents commit 2f48e3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Hola Mundo

on: [push]

jobs:
hola:
runs-on: ubuntu-latest

steps:
- name: Hola Mundo
run: echo "Hola Mundo"
Empty file added test.yml
Empty file.

0 comments on commit 2f48e3f

Please sign in to comment.