1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12: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