diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml new file mode 100644 index 0000000..1880b44 --- /dev/null +++ b/.github/codeql/codeql-config.yml @@ -0,0 +1,5 @@ +- uses: github/codeql-action/init@v3 + with: + config-file: ./.github/codeql/codeql-config.yml + matrix: + language: ['python'] \ No newline at end of file diff --git a/README.md b/README.md index 18288cb..08a9003 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# TDEI python lib formatter library +# TDEI python lib OSW formatter library This python package designed to convert geospatial data from one format to another. In this case, it converts data from OpenStreetMap (OSM) format to OpenSideWalks (OSW) format and OpenSideWalks (OSW) format to OpenStreetMap (OSM) format. Let's break down the key components and processes involved in this converter: @@ -233,4 +233,5 @@ test_normalize_sidewalk (test_serializer.test_osw_normalizer.TestOSWWayNormalize Ran 73 tests in 79.494s OK -``` \ No newline at end of file +``` +Note: Testing comment \ No newline at end of file