Skip to content

Add has_mixed_case to interface #11

Add has_mixed_case to interface

Add has_mixed_case to interface #11

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build container image
run: docker build -t gtest .
- name: Test in container
run: docker run -t gtest