Skip to content

Commit

Permalink
Merge pull request #2 from stemdo-labs/eperez
Browse files Browse the repository at this point in the history
Create ejercicio1.yml
  • Loading branch information
EperezStemdo authored Apr 30, 2024
2 parents 207e637 + 12865e1 commit 265cabf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ejercicio1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: First workflow
on:
push:
branches:
- '*'

jobs:
build:
name: Runner and branch info
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: runer info
run: |
echo "Runner used is: ${{ RUNNER_OS }}"

0 comments on commit 265cabf

Please sign in to comment.