Skip to content

Change data type of critter sex from enum to qualitative_option_id (#65) #503

Change data type of critter sex from enum to qualitative_option_id (#65)

Change data type of critter sex from enum to qualitative_option_id (#65) #503

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Setup Node
run: npm install
- name: Run ESLint
run: npm run action:lint