Skip to content

Commit

Permalink
Make github actions happy
Browse files Browse the repository at this point in the history
- Do not attempt to check nonexistent files
- Format README

Signed-off-by: Anton Tolchanov <[email protected]>
  • Loading branch information
knyar committed Jul 26, 2024
1 parent f4be127 commit e99387d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e99387d

Please sign in to comment.