Преглед изворни кода

Create dart.yml

integrate with github actions
master
Wito Chandra пре 6 година
committed by GitHub
родитељ
комит
8ac48d432b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 19 додато и 0 уклоњено
  1. +19
    -0
      .github/workflows/dart.yml

+ 19
- 0
.github/workflows/dart.yml Прегледај датотеку

@@ -0,0 +1,19 @@
name: Dart CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test

Loading…
Откажи
Сачувај