/github-actions

GitHub Actions used by ZeroC repositories

Primary LanguagePython

GitHub Actions

This repo contains GitHub actions used by ZeroC repositories.

Current actions:

  • whitespace - Validate trailing whitespace and consecutive newlines

Usage

steps:
  - name: Run whitespace validation
    uses: zeroc-ice/github-actions/@main
    with:
      whitespace_patterns: "'*'"