Skip to content

πŸ’₯ Switch from using nvm to using Volta #229

πŸ’₯ Switch from using nvm to using Volta

πŸ’₯ Switch from using nvm to using Volta #229

Workflow file for this run

# For more information about the configurations used
# in this file, please see the GitHub Actions documentation.
#
# https://docs.github.com/en/actions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
jobs:
macOS:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: brew install shellcheck
- name: Lint shell files
run: ./scripts/lint/shell.sh
- name: Lint Markdown files
run: ./scripts/lint/markdown.sh
- name: Check links from Markdown file
run: ./scripts/check_links/markdown.sh
name: macOS
on: push