-
Notifications
You must be signed in to change notification settings - Fork 2
36 lines (36 loc) · 1.03 KB
/
check_and_co.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# - master
# name: All actions
# jobs:
# check-current-version:
# name: Check current version
# uses: >-
# NovoNordisk-OpenSource/r.workflows/.github/workflows/check_current_version.yaml@main
# with:
# use_local_setup_action: true
# check-nn-version:
# name: Check NN version
# uses: >-
# NovoNordisk-OpenSource/r.workflows/.github/workflows/check_nn_versions.yaml@main
# with:
# use_local_setup_action: true
# pkgdown:
# name: Pkgdown site
# uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/pkgdown.yaml@main
# with:
# use_local_setup_action: true
# coverage:
# name: Coverage report
# uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/coverage.yaml@main
# with:
# use_local_setup_action: true
# megalinter:
# name: Megalinter
# uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/megalinter.yaml@main