Skip to content

Commit

Permalink
fix(ft): adapt year change & add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
attilarepka committed Jun 30, 2024
1 parent 431ad4a commit 676ae1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**header.nvim is a Neovim plugin which adds or updates brief author information
and license headers to the top of the files.**

[![Build status](https://github.com/attilarepka/header.nvim/actions/workflows/default.yml/badge.svg)](https://github.com/attilarepka/header.nvim/actions)
[![Build status](https://github.com/attilarepka/header.nvim/actions/workflows/tests.yml/badge.svg)](https://github.com/attilarepka/header.nvim/actions)

## Demo

Expand Down
2 changes: 1 addition & 1 deletion tests/header/header_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe("add_license_header", function()

local expected = {
"/*",
"* Copyright (c) 2023 " .. config.author,
"* Copyright (c) 2024 " .. config.author,
"* Permission is hereby granted, free of charge, to any person obtaining a copy",
'* of this software and associated documentation files (the "Software"), to deal',
"* in the Software without restriction, including without limitation the rights",
Expand Down

0 comments on commit 676ae1c

Please sign in to comment.