Skip to content

Commit ce3c26d

Browse files
authored
Create blank.yml
1 parent b502df7 commit ce3c26d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/blank.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Crystal CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Set up Crystal
17+
uses: crystal-lang/setup-crystal@v1
18+
19+
- name: Install dependencies
20+
run: shards install

0 commit comments

Comments
 (0)