0a12dac40b
add ci directory with 3 basic jobs.
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
set -exuo pipefail
|
|
|
|
job_dir=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
codespell -I "${job_dir}"/dictionary.txt
|