Skip to content

Commit

Permalink
test empty script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 5f84769 commit 5348a7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/empty-script.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://docs.github.com/en/actions/learn-github-actions/essential-features-of-github-actions
name: Empty Workflow

on:
Expand All @@ -10,14 +11,13 @@ on:
permissions: read-all

jobs:
integration:
name: Empty Workflow
example-job:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./scripts
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Run empty script
run: ./.github/scripts/empty_script.sh
shell: bash
- name: Run script
run: ./empty_script.sh
File renamed without changes.

0 comments on commit 5348a7a

Please sign in to comment.