Skip to content

Commit 8df4677

Browse files
author
Lorenzo Mattei
committed
Fix imports
Add run sequence to allPrs Update CI config Update CI config
1 parent 470a4da commit 8df4677

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/.workflows/pr.yml renamed to .github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: PR Checks
22
on:
33
push:
4-
branches: [ develop ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ develop ]
6+
branches: [ main ]
77

88
jobs:
99
build:

org/allPRs.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {warn, danger} from 'danger'
1+
import {warn, danger} from "danger"
22

33
export const prSize = async () => {
44
// Warn when there is a big PR
@@ -15,3 +15,9 @@ export const internalLink = async () => {
1515
}
1616
}
1717
}
18+
19+
// Default run
20+
export default async () => {
21+
await prSize()
22+
await internalLink()
23+
}

org/iosSettings.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)