mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-06 20:10:19 +00:00
Update actions
This commit is contained in:
13
.github/workflows/linkcheck.yml
vendored
13
.github/workflows/linkcheck.yml
vendored
@@ -3,22 +3,19 @@ name: linkcheck
|
||||
on:
|
||||
# Run once per day
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
- cron: '21 1 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16]
|
||||
steps:
|
||||
# Checkout and setup
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup (Node.js ${{ matrix.node-version }})
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: 16
|
||||
# Install and build
|
||||
- name: Install
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user