Skip to content

Bump actions/checkout from 3 to 6 (#174) #688

Bump actions/checkout from 3 to 6 (#174)

Bump actions/checkout from 3 to 6 (#174) #688

Workflow file for this run

name: Style
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-style
cancel-in-progress: true
jobs:
tabs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Tabs
run: .github/workflows/style/check_tabs.sh
trailing_whitespaces:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Trailing Whitespaces
run: .github/workflows/style/check_trailing_whitespaces.sh