Skip to content

Uses new image tiles for the Factory map to show the catwalks on third floor. #1969

Uses new image tiles for the Factory map to show the catwalks on third floor.

Uses new image tiles for the Factory map to show the catwalks on third floor. #1969

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
# check to ensure all JSON files are valid in the repository
- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
comment: "true"
- uses: actions/[email protected]
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: Get files needed
run: npm run prebuild
env:
GITHUB_TOKEN: ${{ secrets.HIDEOUT_BOT_TOKEN }}
- name: test
run: npm run test