Skip to content

Add bouncing dvd app that will show a bouncing "HITCON" text #455

Add bouncing dvd app that will show a bouncing "HITCON" text

Add bouncing dvd app that will show a bouncing "HITCON" text #455

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: clang-format --version
- run: ./lint.sh ${{ github.workspace }}
- run: echo "Job's status ${{ job.status }}."