Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 220f0f2

Browse files
authored
Merge pull request #2 from technosophos/feat/gh-action
add github action
2 parents 31aadc7 + 39e6e79 commit 220f0f2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/grain.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Grain
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
env:
10+
CARGO_TERM_COLOR: always
11+
12+
jobs:
13+
grainbuild:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: engineerd/configurator@v0.0.7
17+
with:
18+
name: "grain"
19+
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
20+
- name: Testing
21+
run: |
22+
grain --help

0 commit comments

Comments
 (0)