Skip to content

Adds brew shellenv to .zprofile #103

Adds brew shellenv to .zprofile

Adds brew shellenv to .zprofile #103

Workflow file for this run

# yamllint disable rule:line-length
---
name: Lint
on:
- pull_request
- push
jobs:
YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: YAML check (yamllint)
uses: ibiqlik/action-yamllint@master
with:
strict: true
Markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: .
config_file: ".markdownlint.yaml"