Skip to content

Update testAction.yml #3

Update testAction.yml

Update testAction.yml #3

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:
ignore_globs: '**/one/*.cs'
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'
name: devskimResults
path: devskim-results.sarif