Skip to content

Use std::filesystem::path for file paths in the whole compiler #1469

Use std::filesystem::path for file paths in the whole compiler

Use std::filesystem::path for file paths in the whole compiler #1469

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- docs/**
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: US