mirror of
https://github.com/usememos/memos.git
synced 2025-02-21 21:57:47 +01:00
21 lines
313 B
YAML
21 lines
313 B
YAML
name: Default Backend Test
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- "release/*.*.*"
|
|
paths:
|
|
- "web/**"
|
|
|
|
jobs:
|
|
go-static-checks:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: 'echo "Not required"'
|
|
|
|
go-tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: 'echo "Not required"'
|