VTEX Lint action
ActionsTags
(2)This is a simple Github action that runs the lint
script of a project. If the project doesn't have a package.json
nor a lint
script, the action is skipped.
To use it, just add it to your workflow and you're done:
# someworkflow.yml
name: CI Pull Requests
on:
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
uses: vtex/[email protected]
VTEX Lint action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.