Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed May 15, 2024
1 parent 01d34ab commit 46b2063
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
15 changes: 15 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Development

After you've cloned the repository to your local machine, install the
dependencies:

```shell
npm install
```

To package the action for distribution after making the changes to the
TypeScript code, run the following command:

```shell
npm run bundle
```
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwiftLint Action
Run [SwiftLint](https://github.com/realm/SwiftLint) from your GitHub Actions with ease and annotations.

Run SwiftLint from your GitHub Actions with ease.
Works with GitHub-managed runners, self-hosted runners and runners from services like [Cirrus Runners](https://cirrus-runners.app/).

## Usage

Expand All @@ -10,19 +10,3 @@ steps:
with:
version: latest
```
## Development
After you've cloned the repository to your local machine, install the
dependencies:
```shell
npm install
```

To package the action for distribution after making the changes to the
TypeScript code, run the following command:

```shell
npm run bundle
```

0 comments on commit 46b2063

Please sign in to comment.