feat: optimizing some details

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/415/head
Xinwei Xiong(cubxxw) 2 years ago
parent c2ed4c1b5c
commit 69633b1a00

@ -34,6 +34,7 @@
# uses: magnetikonline/action-golang-cache@v3 # uses: magnetikonline/action-golang-cache@v3
# with: # with:
# go-version: ${{ env.GO_VERSION }} # go-version: ${{ env.GO_VERSION }}
# token: ${{ secrets.BOT_GITHUB_TOKEN }}
# - name: Install Dependencies # - name: Install Dependencies
# run: sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev # run: sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev

@ -46,6 +46,7 @@ jobs:
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file. # By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file. # Prefix the list here with "+" to use these queries and those in the config file.

@ -9,6 +9,9 @@ on:
- '.lycheeignore' - '.lycheeignore'
push: push:
branches: [ main ] branches: [ main ]
schedule:
- cron: '0 11 * * *'
jobs: jobs:
linkChecker: linkChecker:
@ -41,3 +44,4 @@ jobs:
title: Bug reports for links in OpenIM docs title: Bug reports for links in OpenIM docs
content-filepath: ./lychee/out.md content-filepath: ./lychee/out.md
labels: kind/documentation, triage/unresolved, report labels: kind/documentation, triage/unresolved, report
token: ${{ secrets.BOT_GITHUB_TOKEN }}

Loading…
Cancel
Save