Skip to content

Add template Java dockerfile and automate build #58

Add template Java dockerfile and automate build

Add template Java dockerfile and automate build #58

Workflow file for this run

name: Typescript Lint
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
working-directory: ./typescript-demo
run: npm install
- name: Run ESLint
working-directory: ./typescript-demo
run: npm run lint