[devtools] sync

This commit is contained in:
dry-bot 2021-01-03 08:18:34 +00:00
parent 679150f58d
commit b4063679e3
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,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