This commit is contained in:
Tony Truong 2023-07-06 12:46:02 +02:00 коммит произвёл GitHub
Родитель 0776baa9be
Коммит 4fe38efc93
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1 добавлений и 3 удалений

2
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -1,8 +1,6 @@
name: Lint Code Base
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]

1
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -2,7 +2,6 @@ name: Test and build
on: [pull_request]
jobs:
build:
strategy:

Просмотреть файл

@ -1,6 +1,7 @@
SHELL = /bin/sh
test: info
@echo Running tests
@script/cibuild --no-package
info: