Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jollytoad committed Jul 22, 2024
1 parent 8d5cdf1 commit cb365c1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ci

on:
push:
branches:
- main

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1

- name: Verify formatting
run: deno fmt --check

- name: Run linter
run: deno lint

- name: Run TypeScript checking
run: deno task check
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@std/http": "jsr:@std/http@^1.0.0-rc.5",
"@std/path": "jsr:@std/path@^1.0.1",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@types/node": "npm:@types/node@^20.14.11",
"esbuild": "npm:esbuild@^0.23.0",
"esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3",
"hast-util-raw": "npm:hast-util-raw@^9.0.4",
Expand Down
1 change: 0 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb365c1

Please sign in to comment.