Skip to content

Commit 9c5e19e

Browse files
committed
Add workflow to check formatting
1 parent 1d40d21 commit 9c5e19e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/format.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Format
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
9+
jobs:
10+
delphi:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
18+
- name: Run pasfmt
19+
uses: integrated-application-development/pasfmt-action@v1
20+
with:
21+
release-name: "v0.4.0-rc1"

0 commit comments

Comments
 (0)