Skip to content

Commit

Permalink
Merge pull request #427 from Workiva/finish_gha
Browse files Browse the repository at this point in the history
FEDX-684 Finish GHA
  • Loading branch information
rmconsole3-wf authored Apr 1, 2024
2 parents 2ec310a + e3904ec commit a5e301f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
branches:
- '**'

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

jobs:
dart:
strategy:
Expand All @@ -34,3 +39,9 @@ jobs:
run: dart run dart_dev format --check
- name: Tests
run: dart run dart_dev test ${{ matrix.sdk != '2.19.6' && '--test-args="--exclude-tags dart2"' || '' }}
- name: SBOM
if: ${{ matrix.sdk == '2.19.6' && matrix.os == 'ubuntu' }}
uses: anchore/sbom-action@v0
with:
path: ./ # Assuming actions/checkout default location
format: cyclonedx-json
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions skynet.yaml

This file was deleted.

0 comments on commit a5e301f

Please sign in to comment.