Skip to content

Commit 4b66152

Browse files
authored
Merge pull request #25 from 3colorr/test-github-actions
Test GitHub actions
2 parents c0f6207 + f749743 commit 4b66152

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/mizuame.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/mizuame.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Mizuame Pages
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
build:
9+
runs-on: macos-latest
10+
timeout-minutes: 10
11+
steps:
12+
- run: echo "Hello, world!"

0 commit comments

Comments
 (0)