Compare commits
No commits in common. "1b76f03ba3273f24e5f184876b203d2d40ca1929" and "d2abbda66823a7ddcef5c654e537c620e1f296f1" have entirely different histories.
1b76f03ba3
...
d2abbda668
@ -1,24 +0,0 @@
|
|||||||
name: Build
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: almalinux-8
|
|
||||||
container:
|
|
||||||
image: git.query.consul/unkin/almalinux8:latest
|
|
||||||
options: --privileged
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Set up environment
|
|
||||||
run: |
|
|
||||||
dnf module enable -y nodejs:20
|
|
||||||
dnf install -y make bash git nodejs python3.11
|
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Run pre-commit
|
|
||||||
run: |
|
|
||||||
make build
|
|
||||||
@ -8,8 +8,3 @@ repos:
|
|||||||
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
|
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
|
||||||
"-s",
|
"-s",
|
||||||
]
|
]
|
||||||
- repo: https://github.com/jorisroovers/gitlint
|
|
||||||
rev: v0.19.1
|
|
||||||
hooks:
|
|
||||||
- id: gitlint
|
|
||||||
stages: [commit-msg]
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user