Skip to content

Commit

Permalink
⚗️ Added Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Jun 19, 2023
1 parent abfb087 commit 0625906
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"activitypub"
"activitypub",
"paxian"
]
}

0 comments on commit 0625906

Please sign in to comment.