Skip to content

Bump eslint-plugin-yml from 1.13.0 to 1.13.1 #59

Bump eslint-plugin-yml from 1.13.0 to 1.13.1

Bump eslint-plugin-yml from 1.13.0 to 1.13.1 #59

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint