test automatic checkout
This commit is contained in:
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