WIP
This commit is contained in:
12
.github/workflows/validate-website.yml
vendored
Normal file
12
.github/workflows/validate-website.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Website
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup-website
|
Reference in New Issue
Block a user