1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00

Change actions

This commit is contained in:
Joseph Turian 2022-09-11 12:31:11 +02:00
parent 2b58cce43f
commit e41f313fa3
2 changed files with 2 additions and 10 deletions

View file

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

View file

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