Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
A1exKH authored Oct 20, 2024
2 parents 50023db + 3dd6eeb commit d3459bc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,20 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Run tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
38 changes: 27 additions & 11 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,51 +22,51 @@ Notatki:
|===
| angielski | polskawy | polski

| agents
| agents (_n_)
| agenci
| agenty

| agile (_a_)
| edżajlowy
| zwinny

| answer
| answer (_n_)
|
| odpowiedź

| anti-pattern
| anti-pattern (_n_)
| antypatern
| antywzorzec

| approve
| approve (_v_)
| zaapruwować
| zaakceptować

| asset
| asset (_n_)
|
| zasób

| asynchronous
| asynchronous (_a_)
| asynk
| asynchroniczny

| authentication
| authentication (_n_)
| autentykacja, autentyfikacja
| uwierzytelnienie (!)

| authorization
| authorization (_n_)
|
| autoryzacja

| background
|
| tło, w tle

| backup
| backup (_n_)
|
| kopia zapasowa, kopia bezpieczeństwa

| bottleneck
| bottleneck (_n_)
|
| wąskie gardło

Expand Down Expand Up @@ -102,7 +102,7 @@ Notatki:
| kanselować, anulacja
| anulować

| case
| case (_n_)
|
| przypadek

Expand Down Expand Up @@ -250,6 +250,10 @@ Notatki:
|
| przypadek brzegowy

| elevation
| elewacja (uprawnień)
| podniesienie (uprawnień)

| embed
|
| zawierać, osadzić
Expand Down Expand Up @@ -430,6 +434,10 @@ Notatki:
| lider
| kierownik (np. zespołu)

| leak
|
| wyciek

| library
|
| biblioteka
Expand Down Expand Up @@ -518,6 +526,10 @@ Notatki:
|
| przesłonić

| owner (_n_)
|
| właściciel

| paging
| paginacja
| stronicowanie
Expand Down Expand Up @@ -802,6 +814,10 @@ Notatki:
| templatka
| szablon

| theme
|
| motyw

| thread
|
| wątek
Expand Down

0 comments on commit d3459bc

Please sign in to comment.