Skip to content

Added resource specs to PBS executor, which were somehow missing. #194

Added resource specs to PBS executor, which were somehow missing.

Added resource specs to PBS executor, which were somehow missing. #194

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master