diff --git a/.github/workflows/standardrb.yml b/.github/workflows/standardrb.yml new file mode 100644 index 000000000..b7e89c648 --- /dev/null +++ b/.github/workflows/standardrb.yml @@ -0,0 +1,18 @@ +--- +name: Lint with StandardRB +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + + permissions: + contents: read + checks: write + + steps: + - uses: actions/checkout@v4 + - name: StandardRB Linter + uses: testdouble/standard-ruby-action@1.2.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}