Skip to content

Adjusted mini ROF/damage and pulse growth #151

Adjusted mini ROF/damage and pulse growth

Adjusted mini ROF/damage and pulse growth #151

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Dependency Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: 'Sizzl/UTPackage.js'
path: 'scripts/Modules'
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install packages
run: |
sudo sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev -y
- name: Validate
run: |
cd scripts
npm install canvas
node Check-Dependencies.js ../ut-server
- name: Upload Screenshots JPG
uses: actions/upload-artifact@v2.2.2
with:
name: Screenshots-jpeg
path: ./scripts/Screenshots/*.jpg
retention-days: 3
- name: Upload Screenshots PNG
uses: actions/upload-artifact@v2.2.2
with:
name: Screenshots-png
path: ./scripts/Screenshots/*.png
retention-days: 3