Skip to content

Commit bb11475

Browse files
committed
Add autofix.yml
1 parent a267a67 commit bb11475

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: autofix.ci # needed to securely identify the workflow
2+
3+
on:
4+
pull_request:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
permissions: {}
11+
12+
jobs:
13+
fix:
14+
name: Run automated fix
15+
uses: prettier/shared-workflows/.github/workflows/automated-fix.yml@main
16+
permissions: {}
17+
with:
18+
repository: prettier/html-ua-styles

0 commit comments

Comments
 (0)