diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 1b288e3..f5a5020 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -30,4 +30,4 @@ jobs: run: deno task test - name: Run type check - run: deno check *.ts && deno check **/*.ts && deno check **/**/*.ts + run: deno check *.ts && deno check **/*.ts diff --git a/README.md b/README.md index 463f10a..be56345 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ request (with details) that is routed to another user to approve or deny. When approved, the workflow will assign a custom device posture attribute to the requester's device. -> [!NOTE] -> This experiment is in its early days and requires a feature flag be enabled on -> your account before you can make use of it. Please contact us if you'd like to -> test it - we're eager to hear your feedback. +> [!NOTE] This experiment is in its early days and requires a feature flag be +> enabled on your account before you can make use of it. Please contact us if +> you'd like to test it - we're eager to hear your feedback. ## Setup