Skip to content

Potentially create global cache dir (rebar3) if it doesn't exist #35

Potentially create global cache dir (rebar3) if it doesn't exist

Potentially create global cache dir (rebar3) if it doesn't exist #35

Workflow file for this run

---
name: Lint
"on": [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# uses .markdownlint.yml for configuration
- name: markdownlint
uses: DavidAnson/markdownlint-cli2-action@v11
with:
globs: |
.github/**/*.md
*.md
- name: yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: |
.github/**/*.yml
.*.yml
strict: true
config_file: .yamllint.yml