Skip to content

Merge pull request #27 from ytkg/dependabot/github_actions/actions/ch… #60

Merge pull request #27 from ytkg/dependabot/github_actions/actions/ch…

Merge pull request #27 from ytkg/dependabot/github_actions/actions/ch… #60

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run fmt
run: deno fmt --check --ignore=README.md,CHANGELOG.md
- name: Run lint
run: deno lint
- name: Run test
run: deno test