[devtools] sync

This commit is contained in:
dry-bot 2021-01-03 08:18:38 +00:00
parent 17be0a0b21
commit 361afe19d0
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@ jobs:
COVERAGE: ${{matrix.coverage}}
COVERAGE_TOKEN: ${{secrets.CODACY_PROJECT_TOKEN}}
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v1
- name: Install package dependencies
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
- name: Set up Ruby

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-2020 dry-rb team
Copyright (c) 2015-2021 dry-rb team
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