Skip to content

refactor: small changes (#477) #493

refactor: small changes (#477)

refactor: small changes (#477) #493

Workflow file for this run

name: Editorconfig
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
editorconfig:
name: Editorconfig
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up Bun
uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun i
- name: Lint
run: bun editorconfig-checker