This repository was archived by the owner on Apr 13, 2025. It is now read-only.
fix: add haskell and move to debian bookworm #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: computer_programming | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
spell_check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: check out repo | |
uses: actions/checkout@v4 | |
- name: spell check | |
uses: rojopolis/[email protected] | |
with: | |
output_file: spellcheck-output.txt |