Skip to content

Chore/release callout #4

Chore/release callout

Chore/release callout #4

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: DevSkim workflow
on:
pull_request:
branches: [ master, dev ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
devskim:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so job can access it
- uses: actions/checkout@v2
# devskim Checks
- name: DevSkim Check
uses: microsoft/DevSkim-Action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DANGER_DISABLE_TRANSPILATION: true