Add a forgejo action
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
jgrogan 2024-08-26 16:11:46 +01:00
parent cfaf55b4be
commit 9a7ff23338
2 changed files with 8 additions and 9 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -1,11 +1,4 @@
# Personal Website Front-End # Personal Website
Requires the `tsc` typescript compiler. This repo has the content for https://www.jmsgrogan.com/
To build do:
```sh
tsc
```
in this directory.