Skip to content

Create semgrep.yml

Create semgrep.yml #5

Workflow file for this run

name: ci-build
on: push
jobs:
ci-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- name: sbt build
run: sbt +test