Skip to content

Consistent wording (don't -> do not, can't --> cannot, aso.) and (#234) #431

Consistent wording (don't -> do not, can't --> cannot, aso.) and (#234)

Consistent wording (don't -> do not, can't --> cannot, aso.) and (#234) #431

Workflow file for this run

name: Tests
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@master
- name: Install deps
run: bash ./supplementary/workflows/deps
- name: Build
run: bash ./supplementary/workflows/install
- name: Test
run: bash ./supplementary/workflows/test