Skip to content

build(deps): bump actions/deploy-pages from 4 to 5 #4717

build(deps): bump actions/deploy-pages from 4 to 5

build(deps): bump actions/deploy-pages from 4 to 5 #4717

Workflow file for this run

name: Editorconfig
on:
push:
branches:
- master
- 'polkadot-v**'
pull_request:
branches:
- master
- 'polkadot-v**'
merge_group:
branches: master
jobs:
check:
name: 'Check editorconfig'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker -disable-charset -exclude '\.expanded\.rs$'