Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 13, 2023
0 parents commit dcb0256
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflow/self-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: build

on: [push]

jobs:
self:
runs-on: ubuntu-latest
steps:
- uses: finn-tbd/github-actions-learning@main
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GitHub Actions Learning

this is a repo where I can experiment with GitHub Actions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: GitHub Actions Learning/Experiments
description: lorum ipsum
runs:
using: composite
steps:
- run: env
shell: bash

0 comments on commit dcb0256

Please sign in to comment.