Skip to content

Remind myself how Linguist handles dash/space mapping #32

Remind myself how Linguist handles dash/space mapping

Remind myself how Linguist handles dash/space mapping #32

Workflow file for this run

name: Atom-CI
on:
push: {branches: [master]}
pull_request: {branches: [master]}
workflow_dispatch:
# Enable manual execution via Actions tab
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Check existence of default settings
run: . ./run-ci.sh
shell: sh