Try renaming file
This commit is contained in:
parent
b11e3e57e0
commit
330360d977
1 changed files with 0 additions and 0 deletions
22
.gitea/workflows/demo.yaml
Normal file
22
.gitea/workflows/demo.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: tests
|
||||
# yamllint disable-line rule:truthy
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: run linter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Install package dependencies
|
||||
run: |
|
||||
sudo apt-get install \
|
||||
ansible-lint \
|
||||
jsonlint \
|
||||
shellcheck \
|
||||
yamllint
|
||||
ln -s /usr/bin/jsonlint-php /usr/local/bin/jsonlint
|
||||
- name: Run linters
|
||||
run: make -C ./tests
|
Loading…
Add table
Add a link
Reference in a new issue