Skip to content

Add: Check comment style. #1

Add: Check comment style.

Add: Check comment style. #1

Workflow file for this run

name: Testing
on:
pull_request:
branches:
- main
jobs:
testing:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
git config --global user.name "$(git log -n 1 --format=%cn)"
git config --global user.email "$(git log -n 1 --format=%ce)"
make