Create main.yml

This commit is contained in:
Dustin Smith 2022-11-22 14:52:55 -05:00 committed by GitHub
parent b8db3c7aa1
commit d30fe975fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: URL Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check URLs
uses: paramt/url-checker@master
with:
files: "README.md"