chore: remove github stuff
This commit is contained in:
parent
3e697027f3
commit
7dda6c86d0
2 changed files with 0 additions and 35 deletions
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
|
@ -1,5 +0,0 @@
|
|||
# Your Pull Request Might Not Be Merged
|
||||
|
||||
This is a mirror of the [Sourcehut](https://git.sr.ht/~ayoayco/wcb) repository.
|
||||
|
||||
If you want to contribute, please do so on Sourcehut. [Here is how](https://git-send-email.io).
|
30
.github/workflows/test.yml
vendored
30
.github/workflows/test.yml
vendored
|
@ -1,30 +0,0 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: ['main']
|
||||
schedule:
|
||||
- cron: '36 3 * * 2'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Run test
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install vitest
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest run .
|
||||
continue-on-error: false
|
Loading…
Reference in a new issue