Skip to content

ci: Add basic pull request checker #9

ci: Add basic pull request checker

ci: Add basic pull request checker #9

Workflow file for this run

---
name: Quick Checker
on:
push:
branches: [ 'ci-*' ]
pull_request:
branches: [ 'main' ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 11
- name: Check Email
run: sh ./tools/build/check-email.sh HEAD~10..HEAD
- name: Hack
run: git log -1
- name: Check Style
run: ./tools/build/checkstyle9.pl HEAD~10..HEAD