Skip to content

Commit

Permalink
Create build-called.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 13, 2024
1 parent 9648977 commit 94ef0fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-called.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Called
on:
workflow_call:
jobs:
build-list:
name: Build List
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- name: List file
run: ls -al

0 comments on commit 94ef0fb

Please sign in to comment.