Skip to content

Commit

Permalink
Create rome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes authored Sep 3, 2023
1 parent c45fe08 commit 2ca4a82
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Rome Linter
run-name: Linting with Rome
on: [push, pull_request]
jobs:
install-rome:
runs-on: ubuntu/latest
steps:
- uses: rome/setup-rome@v0.4
with:
version: latest
- uses: actions/checkout@v2
- run: rome ci .

0 comments on commit 2ca4a82

Please sign in to comment.