Skip to content

feat(ci): improved ci capabilities #10

feat(ci): improved ci capabilities

feat(ci): improved ci capabilities #10

Workflow file for this run

name: Reviewdog
on:
push:
branches:
- main
pull_request:
default:

Check failure on line 9 in .github/workflows/reviewdog.yaml

View workflow run for this annotation

GitHub Actions / Reviewdog

Invalid workflow file

The workflow is not valid. .github/workflows/reviewdog.yaml (Line: 9, Col: 1): Unexpected value 'default'
run:
shell: bash
jobs:
typos:
name: runner / typos
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run typos with reviewdog
uses: Shemnei/reviewdog-action-typos@v0
with:
reporter: github-check