Skip to content

🚧Update all workflow deno actions #111

🚧Update all workflow deno actions

🚧Update all workflow deno actions #111

name: ✅Lint Status Check
defaults:
run:
shell: pwsh
on:
pull_request:
branches: main
jobs:
lint_status_check:
name: Lint Status Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run Linting
run: deno lint