Skip to content

build(deps): bump actions/stale from 9.1.0 to 10.0.0 #2

build(deps): bump actions/stale from 9.1.0 to 10.0.0

build(deps): bump actions/stale from 9.1.0 to 10.0.0 #2

Workflow file for this run

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