Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Nov 5, 2023
1 parent 6b61132 commit 2f3997f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test installs
on: pull_request
on:
push:
branches:
- master
pull_request:

jobs:

Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/linelint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Make sure that all text files end with a newline character.
# Configure your editor to end every file with a newline character.
# See <https://stackoverflow.com/a/729795>
on:
- pull_request
- push
name: linelint
on:
push:
branches:
- master
pull_request:

jobs:
linelint:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint Python
on:
- pull_request
- push
push:
branches:
- master
pull_request:

jobs:

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint Markdown
on:
- pull_request
- push
push:
branches:
- master
pull_request:

jobs:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Run tests
on: pull_request
on:
push:
branches:
- master
pull_request:

jobs:

Expand Down
4 changes: 2 additions & 2 deletions mackup/applications/trizen.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[application]
name = Trizen

[configuration_files]
.config/trizen/trizen.conf
[xdg_configuration_files]
trizen/trizen.conf

0 comments on commit 2f3997f

Please sign in to comment.