Skip to content

Commit

Permalink
Add ".github/workflows/test.yml" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Dec 16, 2024
1 parent 5c5f9e3 commit 1ae173e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test

on:
push:
workflow_dispatch:

jobs:
# https://dart.dev/tools/pub/automated-publishing
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: ./

0 comments on commit 1ae173e

Please sign in to comment.