2023-11-12 11:51:20 -05:00
|
|
|
name: CI Lint
|
|
|
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
2024-10-03 04:26:12 -05:00
|
|
|
permissions:
|
|
|
|
contents: read
|
2023-11-12 11:51:20 -05:00
|
|
|
|
2024-10-03 04:26:12 -05:00
|
|
|
jobs:
|
|
|
|
lint:
|
|
|
|
uses: verdaccio/verdaccio/.github/workflows/yarn-ci-lint.yml@master
|