1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 02:24:06 +02:00

Fix actions

This commit is contained in:
Joseph Turian
2022-09-12 21:51:15 +00:00
parent 081a12b079
commit 4ce392846c
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
name: "CodeQL"
on: [push]
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
schedule:
- cron: '43 1 * * 2'
jobs:
analyze:

View File

@@ -1,6 +1,8 @@
name: Run linters
on: [push]
on:
workflow_dispatch:
push:
env:
MAX_LINE_LENGTH: 110