Skip to content

fix paldean pokemon data: paradox/convergent/legendary/mythical infos #40

fix paldean pokemon data: paradox/convergent/legendary/mythical infos

fix paldean pokemon data: paradox/convergent/legendary/mythical infos #40

Workflow file for this run

name: Quality Checks
env:
NODE_VERSION: 20.9.0
PNPM_VERSION: 8.10.5
on:
push:
branches:
- "main"
pull_request:
branches:
- main
concurrency:
group: checkCodeQuality-${{ github.ref }}
cancel-in-progress: true
jobs:
checkCodeQuality:
name: "Quality Checks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Setup project"
uses: ./.github/actions/setup-project
- name: "Check code quality"
uses: ./.github/actions/check-quality