Skip to content

Bump http-client

Bump http-client #140

Workflow file for this run

name: editorconfig
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install editorconfig-checker
uses: editorconfig-checker/action-editorconfig-checker@main
- name: Install Mise
uses: jdx/mise-action@v2
with:
experimental: true
- name: Run editorconfig-checker
run: mise run editorconfig