Skip to content

Create rome.yml

Create rome.yml #5

Workflow file for this run

name: Rome Linter
on: [pull_request]
jobs:
linting-with-rome:
runs-on: ubuntu-latest
steps:
- uses: rome/setup-rome@v0.4
with:
version: latest
- uses: actions/checkout@v2
- run: rome ci app