Skip to content

chore(deps): update typescript-eslint monorepo to v7.8.0 #1111

chore(deps): update typescript-eslint monorepo to v7.8.0

chore(deps): update typescript-eslint monorepo to v7.8.0 #1111

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "develop", "feature/*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "Build & Test in Docker"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Build the Docker image
run: make compose/rebuild
- name: Run test in Docker image
run: make compose/run
- name: Tag Docker image
run: docker tag algorithm-exercises-ts:latest algorithm-exercises-ts:${{ github.sha }}