Skip to content

target_gzip for target/files target/s3files #76

target_gzip for target/files target/s3files

target_gzip for target/files target/s3files #76

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Linting with ESLint
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: npx eslint .
- run: npx tsc
- run: npm test