Skip to content

feat(cb2-15659): corrected formatting on abandoned certs back page he… #2902

feat(cb2-15659): corrected formatting on abandoned certs back page he…

feat(cb2-15659): corrected formatting on abandoned certs back page he… #2902

Workflow file for this run

name: CI
on:
push:
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk11@master
with:
args: '--all-projects'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}