Archived
1
0
This repository has been archived on 2025-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
404-page/.gitea/workflows/test.yaml
Niklas Amundsson 8561d6ecf5
All checks were successful
404 page build / page-build (push) Successful in 17s
add build test yml
2025-03-01 13:29:18 +01:00

15 lines
277 B
YAML

name: 404 page build test
on:
push:
branches-ignore:
- develop
jobs:
test-page-build:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout repository
uses: actions/checkout@v4