Skip to content

Implement an E2E testing framework (#25) #97

Implement an E2E testing framework (#25)

Implement an E2E testing framework (#25) #97

Workflow file for this run

name: checkstyle
on: push
jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: |
sudo make requirements/checkstyle
- name: make checkstyle
run: |
make checkstyle