Skip to content

Commit

Permalink
Merge pull request #8 from chouetz/nschweitzer/workflows
Browse files Browse the repository at this point in the history
pr workflow
  • Loading branch information
chouetz authored Nov 15, 2024
2 parents 4d54873 + cb7245b commit c802085
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 101 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/0-start.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build

on:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Hello
on:
pull_request:

jobs:
say-hello:
name: Basic Hello World
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: echo "Hello World"

0 comments on commit c802085

Please sign in to comment.