diff --git a/.github/workflows/default.yml b/.github/workflows/tests.yml similarity index 97% rename from .github/workflows/default.yml rename to .github/workflows/tests.yml index 3581956..529b91e 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ --- on: [push, pull_request] -name: default +name: ci jobs: stylua: diff --git a/README.md b/README.md index 0f53553..30b6e14 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/header/header_spec.lua b/tests/header/header_spec.lua index f2a7e87..2a42f63 100644 --- a/tests/header/header_spec.lua +++ b/tests/header/header_spec.lua @@ -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",