Skip to content

Added Hoppity's Hunt to calendar #146

Added Hoppity's Hunt to calendar

Added Hoppity's Hunt to calendar #146

Workflow file for this run

# Lint pull requests automatically
name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lintnofix