Skip to content

Check if there's a focused surface before getting its root #37

Check if there's a focused surface before getting its root

Check if there's a focused surface before getting its root #37

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: flawfinder
runs-on: ubuntu-latest
steps:
- name: Flawfinder Scan
uses: david-a-wheeler/[email protected]
with:
arguments: 'src'
output: 'flawfinder_results.txt'
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: 'flawfinder_results.txt'
path: 'flawfinder_results.txt'
retention-days: 7