https://github.com/harehare/elm-analyse-action
This action elm-analyse for use in actions.
https://github.com/harehare/elm-analyse-action
actions elm github
Last synced: 10 months ago
JSON representation
This action elm-analyse for use in actions.
- Host: GitHub
- URL: https://github.com/harehare/elm-analyse-action
- Owner: harehare
- Created: 2020-04-11T12:04:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:56:54.000Z (about 3 years ago)
- Last Synced: 2025-03-05T09:46:11.344Z (10 months ago)
- Topics: actions, elm, github
- Language: TypeScript
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Action for elm-analyse
This action elm-analyse for use in actions.
# Usage
`.github/workflows/main.yml`
```yaml
steps:
- uses: actions/checkout@v1
- uses: harehare/elm-analyse-action@v1
with:
elm_analyse_version: 0.16.5
ignore_error: false
working_directory: elm
```

## License
[MIT](http://opensource.org/licenses/MIT)