Skip to content

Commit f3722c5

Browse files
committed
Add ".github/workflows/test.yml" workflow
1 parent cd90d54 commit f3722c5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: test
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
# https://dart.dev/tools/pub/automated-publishing
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
13+
contents: read
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: ./

0 commit comments

Comments
 (0)