Skip to content

test: add types checking test for 20-interface-using #867

test: add types checking test for 20-interface-using

test: add types checking test for 20-interface-using #867

Workflow file for this run

name: Docker
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: hexlet-basics/exercises-action@release
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}