✅ fix(core/test): wait for gateway to be closed cuz deno doesnt reall… #147
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Format | |
on: | |
push: | |
branches: [v3] | |
pull_request: | |
branches: [v3] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Install Deno | |
uses: denoland/setup-deno@main | |
with: | |
deno-version: v1.x | |
- name: Formatting Check | |
run: deno fmt -c deno.json --check |