mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 10:11:42 +03:00
293f88e40c
* chore: update github actions name * chore: update
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"'
|