Skip to content

Merge pull request #133 from scombz-utilities/feature/cache-clear #337

Merge pull request #133 from scombz-utilities/feature/cache-clear

Merge pull request #133 from scombz-utilities/feature/cache-clear #337

Workflow file for this run

name: ci-pr
on:
pull_request:
push:
branches:
- main
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
jobs:
eslint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: ci
run: npm ci
- name: ESLint
run: npm run eslint
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: ci
run: npm ci
- name: Build
run: npm run build