Skip to content

⬆️ Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group across 1 directory #17

⬆️ Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group across 1 directory

⬆️ Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group across 1 directory #17

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7.0.1
- name: Setup Deno
uses: denoland/setup-deno@v2.0.5
with:
deno-version: v2.x
cache: true
- name: Check formatter, linter, and types
run: deno task check