Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bwbioinfo/nanolims
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbioinfo committed Nov 27, 2023
2 parents 5cb5fd9 + 2e191df commit 1be83a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
jobs:
license-scan:
name: License Scan
runs-on: ubuntu-latest
steps:
- name: Checkout tree
Expand All @@ -15,8 +16,8 @@ jobs:
with:
fossa-api-key: ${{ secrets.FOSSA_API }}
code-coverage:
name: Code Coverage
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1be83a3

Please sign in to comment.