Skip to content

πŸ‘” change special reward hat from <= 3 hits to <= 7 hits (#256) #920

πŸ‘” change special reward hat from <= 3 hits to <= 7 hits (#256)

πŸ‘” change special reward hat from <= 3 hits to <= 7 hits (#256) #920

Workflow file for this run

name: scripts
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yarn
- name: Run Prettier
run: yarn start lint.scripts.prettier.check
lint:
runs-on: ubuntu-latest
needs: format
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yarn
- name: Run ESLint
run: yarn start lint.scripts.eslint.check
- name: Run custom lint scripts on non-datapacks, non-resourcepack files
run: yarn start lint.custom.other
env:
FORCE_COLOR: 2