Skip to content

Commit

Permalink
Replace individual actions with PHS checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Nov 21, 2024
1 parent ff246f0 commit f98093a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 264 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/document.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/lint.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/phs_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:

name: phs_checks.yaml

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

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/test-coverage.yaml

This file was deleted.

0 comments on commit f98093a

Please sign in to comment.