Skip to content

Commit 3ec55ae

Browse files
committed
chore(ci): add restyled workflow
1 parent eae06ea commit 3ec55ae

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/restyled.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Restyled
2+
3+
on:
4+
pull_request:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
14+
jobs:
15+
restyled:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: restyled-io/actions/setup@v4
20+
- uses: restyled-io/actions/run@v4
21+
with:
22+
suggestions: true

0 commit comments

Comments
 (0)