Skip to content

Merge pull request #44 from ovcharenko-di/feature/coverage #36

Merge pull request #44 from ovcharenko-di/feature/coverage

Merge pull request #44 from ovcharenko-di/feature/coverage #36

Workflow file for this run

name: Pre-build checks
on:
push:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: echo "Success"