Skip to content

Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.5.0 #5472

Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.5.0

Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.5.0 #5472

Workflow file for this run

name: Style
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-style
cancel-in-progress: true
jobs:
tabs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Tabs
run: .github/workflows/style/check_tabs.sh
trailing_whitespaces:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Trailing Whitespaces
run: .github/workflows/style/check_trailing_whitespaces.sh
doxygen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Doxygen
run: |
sudo apt-get install -y --no-install-recommends doxygen
.github/workflows/style/doxygen.sh