Skip to content

Check Sysinternals mirror #1

Check Sysinternals mirror

Check Sysinternals mirror #1

Workflow file for this run

name: Check Sysinternals mirror
on:
workflow_dispatch:
schedule:
- cron: '17 6 * * 1'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Clone this repo
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: npm
- name: Install dependencies
run: npm ci
- name: Check Sysinternals files
run: npm run sysinternals:check