Compare commits

..

1 Commits

Author SHA1 Message Date
Mohamed Bashar Touil d26e668c30
Merge 7ab308aa72 into 470d5a5c08 2023-11-20 13:30:30 -05:00
4 changed files with 1 additions and 25 deletions

View File

@ -13,8 +13,5 @@ charset = utf-8
[*.sh]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2
[Makefile]
indent_style = tab

View File

@ -1,17 +0,0 @@
---
name: 'Run Tests'
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: 'Execute tests'
run: './run_tests'

View File

@ -20,4 +20,5 @@ repos:
additional_dependencies:
- mdformat-gfm
- mdformat-toc
# EOF

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
#
unset -v XDG_DATA_HOME
make install