Skip to content

build(deps): bump actions/upload-pages-artifact from 3 to 4 #548

build(deps): bump actions/upload-pages-artifact from 3 to 4

build(deps): bump actions/upload-pages-artifact from 3 to 4 #548

Workflow file for this run

name: style
permissions:
contents: read
on: [push, pull_request]
jobs:
style-check:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout'
uses: actions/checkout@v5
- name: 'Install prerequisites'
run: |
sudo apt-get update
sudo apt-get install -y \
astyle
- name: 'Check for style changes'
run: ./style_unify && .github/workflows/style.sh