Skip to content

Bump rand from 0.8.5 to 0.9.2 #1504

Bump rand from 0.8.5 to 0.9.2

Bump rand from 0.8.5 to 0.9.2 #1504

name: Trailing Whitespace Check
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
check-whitespace:
timeout-minutes: 1
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check for trailing whitespaces
run: make check-trailing-whitespace