Skip to content

Commit

Permalink
ci and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnitsky committed Dec 5, 2023
1 parent 56999e0 commit 6d69630
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
18 changes: 18 additions & 0 deletions .github/workflows/unti_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
unit_tests:
runs-on: ubuntu-latest
name: Unit Tests

steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart test

0 comments on commit 6d69630

Please sign in to comment.