Skip to content

what do you mean hex colors can have numbers #43

what do you mean hex colors can have numbers

what do you mean hex colors can have numbers #43

Workflow file for this run

name: ESLint
on: push
jobs:
ESLint:
name: Run linter and enforce style
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install ESLint
run: npm i eslint eslint-config-standard
- name: Run ESLint
run: ./node_modules/eslint/bin/eslint.js src/pesterchum.js