%PDF- %PDF-
Direktori : /home/graphicd/public_html/vebto/vendor/spatie/enum/.github/workflows/ |
Current File : /home/graphicd/public_html/vebto/vendor/spatie/enum/.github/workflows/markdown-normalize.yml |
name: normalize markdown on: push: paths: - '*.md' jobs: normalize: timeout-minutes: 1 runs-on: ubuntu-latest steps: - name: Git checkout uses: actions/checkout@v2 - name: Prettify markdown uses: creyD/prettier_action@v3.0 with: prettier_options: --write **/*.md