Skip to content

Change date of publishing #1246

Change date of publishing

Change date of publishing #1246

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run lint