Skip to content

Commit

Permalink
chore: fix format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Mar 12, 2024
1 parent 704181f commit c3967ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Format
on:
pull_request:
pull_request_target:
types: [opened, synchronize]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
Expand Down

0 comments on commit c3967ff

Please sign in to comment.