Skip to content

Commit

Permalink
centralise github workflows (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-y authored Dec 9, 2024
1 parent a2bdf1c commit 4692e46
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 201 deletions.
54 changes: 0 additions & 54 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/[email protected]
permissions: write-all
secrets: inherit
75 changes: 0 additions & 75 deletions .github/workflows/style.yaml

This file was deleted.

0 comments on commit 4692e46

Please sign in to comment.