Updating GHES workflows

This commit is contained in:
GitHub Actions
2021-02-26 22:25:50 +00:00
parent 17479bc603
commit b35c8db5d7
3 changed files with 0 additions and 48 deletions
-41
View File
@@ -1,41 +0,0 @@
name: Dart
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
# Note that this workflow uses the latest stable version of the Dart SDK.
# Docker images for other release channels - like dev and beta - are also
# available. See https://hub.docker.com/r/google/dart/ for the available
# images.
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- name: Print Dart SDK version
run: dart --version
- name: Install dependencies
run: dart pub get
# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .
# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze
# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: dart test
-6
View File
@@ -1,6 +0,0 @@
{
"name": "Dart",
"description": "Build and test a Dart project with Pub.",
"iconName": "dart",
"categories": ["Dart"]
}
-1
View File
@@ -1 +0,0 @@
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.739 2.037a1.314 1.314 0 00-.916.377l-.013.01-8.59 4.965 8.566 8.566v.006l10.3 10.3 1.963-3.536-7.081-16.997-3.3-3.3a1.307 1.307 0 00-.927-.388l-.002-.003z" fill="#66C3FA"/><path d="M7.25 7.35l-4.962 8.581-.01.013a1.3 1.3 0 00.009 1.843L6.4 21.9l16.084 6.327 3.636-2.02-.1-.1h-.025l-10.083-10.1H15.9L7.25 7.35z" fill="#215896"/><path d="M7.192 7.362l8.764 8.773h.013l10.087 10.1 3.839-.732.005-11.363-4.054-3.973a6.52 6.52 0 00-3.624-1.616v-.044L7.192 7.362z" fill="#235997"/><path d="M7.256 7.411l8.768 8.768v.013l10.092 10.092-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 01-1.614-3.625h-.044L7.256 7.411z" fill="#58B6F0"/></svg>

Before

Width:  |  Height:  |  Size: 718 B