Skip to content

fix: eclipse-jkube GitHub reorganization #178

fix: eclipse-jkube GitHub reorganization

fix: eclipse-jkube GitHub reorganization #178

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
jobs:
checks:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Pretest
run: npm run pretest