Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 9, 2023
1 parent 7fb353b commit 388a8f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: elementary/actions/vala-lint@master
with:
conf: vala-lint.conf
conf: .vala-lint.conf
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion quick-add/App.vala
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ public class QuickAdd : Adw.Application {
QuickAdd app = QuickAdd.instance;
return app.run (args);
}
}
}
2 changes: 1 addition & 1 deletion quick-add/Enum.vala
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public enum RecurrencyType {
}

default:
assert_not_reached();
assert_not_reached ();
}
}
}
Expand Down

0 comments on commit 388a8f7

Please sign in to comment.