Skip to content

Validate random papers feed #345

Validate random papers feed

Validate random papers feed #345

name: "Validate random papers feed"
on:
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
push:
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
workflow_dispatch:
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
schedule:
- cron: '0 9 * * *'
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
name: Build
runs-on: ${{ matrix.os }}
env:
FEED_URL: "https://hedgehog.den.dev/feeds/random-last-week.xml"
steps:
- uses: dend/actions/rss-validator@master