Skip to content

Commit

Permalink
Test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 9, 2023
1 parent 402f93e commit 4c25a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Vala Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: elementary/actions/vala-lint@main
with:
dir: .
Expand Down
2 changes: 1 addition & 1 deletion quick-add/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,6 @@ public class Util : GLib.Object {
}

public string get_color (string key) {
return get_colors ().get (key).hexadecimal;
return get_colors().get (key).hexadecimal;
}
}

0 comments on commit 4c25a18

Please sign in to comment.