File tree 2 files changed +17
-18
lines changed
2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change
1
+ ## Development
2
+
3
+ After you've cloned the repository to your local machine, install the
4
+ dependencies:
5
+
6
+ ``` shell
7
+ npm install
8
+ ```
9
+
10
+ To package the action for distribution after making the changes to the
11
+ TypeScript code, run the following command:
12
+
13
+ ``` shell
14
+ npm run bundle
15
+ ```
Original file line number Diff line number Diff line change 1
- # SwiftLint Action
1
+ Run [ SwiftLint] ( https://github.com/realm/SwiftLint ) from your GitHub Actions with ease and annotations.
2
2
3
- Run SwiftLint from your GitHub Actions with ease .
3
+ Works with GitHub-managed runners, self-hosted runners and runners from services like [ Cirrus Runners ] ( https://cirrus-runners.app/ ) .
4
4
5
5
## Usage
6
6
@@ -10,19 +10,3 @@ steps:
10
10
with :
11
11
version : latest
12
12
` ` `
13
-
14
- ## Development
15
-
16
- After you've cloned the repository to your local machine, install the
17
- dependencies:
18
-
19
- ` ` ` shell
20
- npm install
21
- ```
22
-
23
- To package the action for distribution after making the changes to the
24
- TypeScript code, run the following command:
25
-
26
- ``` shell
27
- npm run bundle
28
- ```
You can’t perform that action at this time.
0 commit comments