Skip to content

Update to artifact v4 #173

Update to artifact v4

Update to artifact v4 #173

Workflow file for this run

name: Linting
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Node.js dependencies
run: npm install
- name: Run extended linters
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
uses: wearerequired/lint-action@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Enable linters
eslint: true