Skip to content

fix: removes struct, task, and workflow from keywords #60

fix: removes struct, task, and workflow from keywords

fix: removes struct, task, and workflow from keywords #60

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npx prettier . --check