"Join Us" page styling changes and added section #218
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: Simple Lint | |
on: pull_request | |
jobs: | |
run-linters: | |
name: Run Linters | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Git repo | |
uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: yarn install | |
- name: Run linters | |
run: yarn lint |