Skip to content

Commit e9eeb8e

Browse files
ci: add smoke workflow
1 parent 6b50bcb commit e9eeb8e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/smoke.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: smoke
2+
3+
on: [push]
4+
5+
jobs:
6+
smoke:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: pass
10+
run: true

0 commit comments

Comments
 (0)