mirror of
https://github.com/actions/labeler
synced 2026-05-07 10:01:01 +02:00
12 lines
155 B
YAML
12 lines
155 B
YAML
name: lint
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs_on: ubuntu-latest
|
|
|
|
strategy:
|
|
matrix:
|
|
node_version:
|