Skip to content

feat(gen): test updated actions workflow #12

feat(gen): test updated actions workflow

feat(gen): test updated actions workflow #12

name: Check links on schedule
on:
schedule:
- cron: "59 23 * * 0" # Runs every Sunday at 23:59
push: # for testing purposes, do not merge
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: filiph/[email protected]
with:
arguments: https://www.scaleway.com/en/docs/serverless/jobs/ >> linkcheck_output.txt
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: linkcheck_output.txt
path: linkcheck_output.txt