Skip to content

ci: run npm scripts lint/build/test in GitHub Actions #2

ci: run npm scripts lint/build/test in GitHub Actions

ci: run npm scripts lint/build/test in GitHub Actions #2

on: pull_request
name: Pull Request
permissions:
pull-requests: read
jobs:
message-check:
name: Require `git rebase --autosquash` for `--fixup` commits
runs-on: ubuntu-latest
steps:
- name: Require `git rebase --autosquash` for `--fixup` commits
uses: xt0rted/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}