Force GitHub to recompute the repository's language stats #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |