Skip to content

feat(oracle-reduction): worst-case round-by-round security + ProtocolSpec RBR game glue [ABF26 split 1/4] #446

feat(oracle-reduction): worst-case round-by-round security + ProtocolSpec RBR game glue [ABF26 split 1/4]

feat(oracle-reduction): worst-case round-by-round security + ProtocolSpec RBR game glue [ABF26 split 1/4] #446

name: Lint trailing whitespaces
on:
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-whitespaces:
name: Lint trailing whitespaces
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Lint trailing whitespaces
run: bash ./scripts/lintWhitespace.sh