Skip to content

Add admin check to uninstall of machine font (#5779) #1419

Add admin check to uninstall of machine font (#5779)

Add admin check to uninstall of machine font (#5779) #1419

Workflow file for this run

# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p

Check failure on line 1 in .github/workflows/spelling.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spelling.yml

Invalid workflow file

(Line: 5, Col: 15): Unexpected value ''
name: Workflow should not run!
on:
push:
branches: ''
jobs:
placeholder:
name: Should be disabled
runs-on: ubuntu-latest
if: false
steps:
- name: Task
run: |
echo 'Running this task would be bad'
exit 1