Skip to content

make Omega a persistent variable and update project_initial_velocity … #5547

make Omega a persistent variable and update project_initial_velocity …

make Omega a persistent variable and update project_initial_velocity … #5547

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-22.04
steps:
- uses: actions/checkout@v4
- name: Tabs
run: .github/workflows/style/check_tabs.sh
trailing_whitespaces:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Trailing Whitespaces
run: .github/workflows/style/check_trailing_whitespaces.sh