Skip to content

prettier/shared-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Shared workflows for Prettier organization

About reuseable workflows.

automated-fix.yml

name: autofix.ci # needed to securely identify the workflow

on:
  pull_request:

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  fix:
    name: Run automated fix
    uses: prettier/shared-workflows/.github/workflows/automated-fix.yml@main
    with:
      repository: prettier/prettier
      script: |
        yarn
        yarn fix || true

About

Shared workflows for Prettier organization

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published