Skip to content

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml… #5

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml…

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml… #5

name: 02 - make check Workflow with nut-website scripts
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout nut-ddl repo
uses: actions/checkout@v4
- name: checkout nut-website repo
uses: actions/checkout@v4
with:
repository: networkupstools/nut-website
path: nut-website
- name: prepare nut-website repo
run: |
cd ~/nut-website && \
./autoreconf -ifv && \
./configure
- name: run sanity checks
run: NUT_WEBSITE_DIR=~/nut-website make check