Skip to content

Merge pull request #104 from exercism/format-config.json #315

Merge pull request #104 from exercism/format-config.json

Merge pull request #104 from exercism/format-config.json #315

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests for all exercises
run: bin/test