Skip to content

Commit

Permalink
docs: update contributing file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-paperspace authored Jan 27, 2023
1 parent 10c45bf commit 44dcfe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Deno
uses: denoland/setup-deno@v1
with:
Expand All @@ -21,14 +21,14 @@ jobs:
- name: Check types
run: deno task check

# - name: Test
# run: deno test --allow-env --allow-net --lock=lock.json

- name: Lint
run: deno lint

- name: Format
run: deno fmt --check

- name: Test
run: deno task test

- name: Build
run: deno task compile
run: deno task compile
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ pnpm install
- `"generate"`: Generate GraphQL types/documents
- `"run"`: Run the CLI in development mode e.g.
`deno task run [command] [--options]`
- `"test"`: Run the test suite

## Formatting code

Run `deno fmt` to format the code

## Testing a binary

Expand Down

0 comments on commit 44dcfe7

Please sign in to comment.