Compare commits
2 Commits
6381892b4a
...
fdda59463b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdda59463b | ||
|
|
a717c8d31b |
21
.gitea/workflows/test-on-push.yml
Normal file
21
.gitea/workflows/test-on-push.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Make website accessible
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-kernel:
|
||||
runs-on: alpine-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
|
||||
#Checkout repository
|
||||
#Copy HTML to Webserver
|
||||
#Initiate W3m Validator tools on new files
|
||||
#Move Report to repository
|
||||
Reference in New Issue
Block a user