diff --git a/.credo.exs b/.credo.exs index b2bc820..e8c0ad6 100644 --- a/.credo.exs +++ b/.credo.exs @@ -23,7 +23,7 @@ # You can give explicit globs or simply directories. # In the latter case `**/*.{ex,exs}` will be used. # - included: ["lib/", "priv/", "test/"], + included: ["config/", "lib/", "priv/", "test/"], excluded: [~r"/_build/", ~r"/deps/", ~r"/node_modules/"] }, # diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a8d1a39..41e4c47 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,10 @@ on: branches: - main +concurrency: + group: release + cancel-in-progress: false + jobs: Please: runs-on: ubuntu-latest