mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00: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:
|