Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.8.0 #847

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.8.0

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.8.0 #847

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@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 }}