a
This commit is contained in:
parent
5259467f44
commit
f36307dfc6
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: 'stable'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
|
@ -1,3 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>this is a test of the emergency alert system</div>
|
||||
return <div>BOO!</div>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user