Skip to content

fix self.output_ria_path and actual_output_ria_data_dir #410

fix self.output_ria_path and actual_output_ria_data_dir

fix self.output_ria_path and actual_output_ria_data_dir #410

Workflow file for this run

---
name: Codespell
on: [push, pull_request]
# ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master