Skip to content

Implement share logs in pastila.nl with end-to-end encryption #252

Implement share logs in pastila.nl with end-to-end encryption

Implement share logs in pastila.nl with end-to-end encryption #252

Workflow file for this run

---
name: pull_request
on:
pull_request:
types:
- synchronize
- reopened
- opened
branches:
- main
paths-ignore:
- '**.md'
- 'Documentation/**'
jobs:
spellcheck:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.31.1
with:
config: typos.toml
build:
needs: spellcheck
uses: ./.github/workflows/build.yml