Skip to content

fix(deps): update module github.com/prometheus/prometheus to v0.48.1 - abandoned #9

fix(deps): update module github.com/prometheus/prometheus to v0.48.1 - abandoned

fix(deps): update module github.com/prometheus/prometheus to v0.48.1 - abandoned #9

---
name: "Editorconfig Check"
on:
workflow_dispatch:
pull_request:
branches: ["main"]
merge_group:
branches: ["main"]
jobs:
check-editorconfig:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run editorconfig-checker
uses: docker://mstruebing/editorconfig-checker:2.7.2
with:
args: ec --exclude="\.git\/(.*)|vendor\/(.*)"