Skip to content

Test options.json handling in action #6

Test options.json handling in action

Test options.json handling in action #6

Workflow file for this run

# Testing DevSkim Action
name: Test DevSkim Action
on:
# Runs on pushes targeting the default branch
push:
branches: ["gfs/TestDevSkimAction"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
jobs:
Check-Changelog:
name: TestAction
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: microsoft/DevSkim-Action@v1
with:
options-json: 'options.json'
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'
name: devskimResults
path: devskim-results.sarif