Skip to content

fix: don't include trailing whitespace or newlines in GitHub Actions workflow #72

fix: don't include trailing whitespace or newlines in GitHub Actions workflow

fix: don't include trailing whitespace or newlines in GitHub Actions workflow #72

name: Check dependencies for known security vulnerabilities
on:
pull_request:
workflow_dispatch:
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check dependencies for security vulnerabilities
uses: g-rath/check-with-osv-detector@main