Skip to content

Commit

Permalink
Create testAction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Mar 11, 2024
1 parent fa82708 commit b6dfc61
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/testAction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: devskim-results.sarif
ignore_globs: '**/one/*.cs'

0 comments on commit b6dfc61

Please sign in to comment.