[devtools] sync

This commit is contained in:
dry-bot 2021-01-03 08:18:36 +00:00
parent 81f4dd4d31
commit dd15f754f6
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