Skip to content

Commit

Permalink
adds work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckey-Elijah committed Mar 29, 2022
1 parent 2d9900d commit c98cabe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/clordle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: clordle

on:
pull_request:
paths:
- ".github/workflows/clordle.yaml"
- "lib/**"
- "test/**"
- "pubspec.yaml"
push:
branches:
- main
paths:
- ".github/workflows/clordle.yaml"
- "lib/**"
- "test/**"
- "pubspec.yaml"

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1

0 comments on commit c98cabe

Please sign in to comment.