mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-06 14:46:52 +02:00
Change actions
This commit is contained in:
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@@ -1,12 +1,6 @@
|
|||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches: [ dev ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ dev ]
|
|
||||||
schedule:
|
|
||||||
- cron: '43 1 * * 2'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: Run linters
|
name: Run linters
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MAX_LINE_LENGTH: 110
|
MAX_LINE_LENGTH: 110
|
||||||
|
Reference in New Issue
Block a user