Skip to content

Adjusting ESLint and rules to match existing TSLint config #24

Adjusting ESLint and rules to match existing TSLint config

Adjusting ESLint and rules to match existing TSLint config #24

name: Build Server on Pull Request
on:
pull_request:
env:
IMAGE_NAME: citrineos-server
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
run: docker build . --file ./Server/deploy.Dockerfile --tag $IMAGE_NAME