Remove eslint action matrix

This commit is contained in:
Luis Blanco 2022-12-10 12:08:42 +04:00
parent 3f52e63257
commit d4ed519e71
1 changed files with 1 additions and 5 deletions

View File

@ -11,11 +11,7 @@ on:
jobs: jobs:
eslint: eslint:
name: ESLint name: ESLint
strategy: runs-on: ubuntu-20.04
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps: steps: