Skip to content

Make nether blocks invisible for xray #65

Make nether blocks invisible for xray

Make nether blocks invisible for xray #65

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Archive artifacts
uses: actions/upload-artifact@v6
with:
name: fluoroscopy
path: dist/packages/*.mcpack