Skip to content

daemon, o/install: prevent usage of FDE APIs on incorrect systems #1445

daemon, o/install: prevent usage of FDE APIs on incorrect systems

daemon, o/install: prevent usage of FDE APIs on incorrect systems #1445

Workflow file for this run

name: Inclusive naming PR check
on: pull_request
jobs:
inclusive-naming-check:
name: Inclusive-naming-check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
- name: woke
uses: get-woke/woke-action-reviewdog@d71fd0115146a01c3181439ce714e21a69d75e31 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
fail-on-error: true
woke-args: ${{ steps.changed-files.outputs.all_changed_files }}