replace Feature-Policy with Permissions-Policy header. fix elabftw/el… #59
This file contains 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: Codespell | |
on: | |
push: | |
branches: [master,hypernext] | |
pull_request: | |
branches: [master,hypernext] | |
jobs: | |
codespell: | |
name: Check for typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run codespell | |
uses: codespell-project/actions-codespell@v1 |