Skip to content

build(deps-dev): update @commitlint/config-conventional requirement from ^19.5.0 to ^19.6.0 #57

build(deps-dev): update @commitlint/config-conventional requirement from ^19.5.0 to ^19.6.0

build(deps-dev): update @commitlint/config-conventional requirement from ^19.5.0 to ^19.6.0 #57

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 BunJS
uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun i
- name: Lint
run: bun editorconfig-checker