Skip to content

Commit 8f2178d

Browse files
authored
chore: add embd check for repo (#29)
1 parent ddb6786 commit 8f2178d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/embd_check.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Embd Check
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+
build:
14+
15+
runs-on: ubuntu-22.04
16+
17+
steps:
18+
- uses: actions/checkout@v6
19+
with:
20+
lfs: true
21+
- name: run embd status
22+
run: cargo run -r -- status

0 commit comments

Comments
 (0)