Skip to content

Bump actions/setup-python from 2 to 5 (#247) #217

Bump actions/setup-python from 2 to 5 (#247)

Bump actions/setup-python from 2 to 5 (#247) #217

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g [email protected]
- run: |
gulp lint