Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update the CI to use the new PHS standardised action #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/document.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/phs_package_checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

name: phs_package_checks.yaml

jobs:
PHS-checks:
uses: Public-Health-Scotland/actions/.github/workflows/phs_package_checks.yaml@main
permissions: write-all
secrets: inherit
77 changes: 0 additions & 77 deletions .github/workflows/style.yaml

This file was deleted.

Loading