Skip to content

Commit

Permalink
review actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 20, 2023
1 parent 54efd47 commit 439a055
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,4 @@ concurrency:
jobs:
manifest:
name: "check-manifest"

runs-on: ubuntu-latest

defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: "check-manifest"
run: |
pipx run check-manifest
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2023.10.0

0 comments on commit 439a055

Please sign in to comment.