Skip to content

chore(deps): update dependency ubi:lune-org/lune to v0.10.5 #773

chore(deps): update dependency ubi:lune-org/lune to v0.10.5

chore(deps): update dependency ubi:lune-org/lune to v0.10.5 #773

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- develop
workflow_dispatch:
permissions:
contents: write
packages: write
env:
CI: true
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Cache ESLint
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
key: eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-${{ github.run_id }}
path: .eslintcache
restore-keys: |
eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-
eslint-cache-${{ runner.os }}-
- name: Lint
run: nr lint:ci
- name: Compile
run: nr prod:build
- name: Build project
run: rojo build ./build.project.json --output place.rbxl