Skip to content

Force GitHub to recompute the repository's language stats #35

Force GitHub to recompute the repository's language stats

Force GitHub to recompute the repository's language stats #35

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