Skip to content

Commit

Permalink
chore: format and adjust devskim options
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 19, 2024
1 parent 4df5fbd commit 4524432
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -44,3 +46,20 @@ jobs:
bun-version: latest
- run: pnpm lint && [ -z "$(git status --porcelain)" ]
- run: pnpm test:deno && pnpm test:bun

devskim:
name: devskim
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: microsoft/devskim-action@v1
with:
directory-to-scan: src
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: devskim-results.sarif
category: devskim
30 changes: 0 additions & 30 deletions .github/workflows/devskim.yml

This file was deleted.

0 comments on commit 4524432

Please sign in to comment.