Skip to content

Bump rollup from 2.79.1 to 2.79.2 #345

Bump rollup from 2.79.1 to 2.79.2

Bump rollup from 2.79.1 to 2.79.2 #345

Workflow file for this run

name: ESLint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: blmage/eslint-action@3.0.0
with:
files: src/
maxWarnings: 0
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}