Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSC-10020 - Complete transition to GHA #18

Merged
merged 4 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
tags:
- '**'

permissions:
pull-requests: write
contents: write
id-token: write

jobs:
standard-dart-checks:
runs-on: ubuntu-latest
Expand All @@ -34,6 +39,11 @@ jobs:
- name: Analyze code
run: dart run dart_dev analyze

- uses: anchore/sbom-action@v0
with:
path: ./
format: cyclonedx-json

test-ddc:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -72,4 +82,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dart2js-test-results
path: reports/dart2js/test-results.json
path: reports/dart2js/test-results.json
2 changes: 0 additions & 2 deletions Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions skynet.yaml

This file was deleted.

Loading