diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 425d73c..55729e1 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -7,9 +7,6 @@ on: - master pull_request: branches: [ '*' ] - paths: - - '*.json' - - '*.yaml' merge_group: types: - checks_requested # this is the one that's isn't triggering Codacy analysis diff --git a/python/person.py b/python/person.py index 8af7e3f..076acc9 100644 --- a/python/person.py +++ b/python/person.py @@ -15,4 +15,4 @@ def get_name(self, user_id): if __name__ == '__main__': person = Person() print('User Abbas has been added with id ', person.set_name('Abbas')) - print('User associated with id 0 is ', person.get_name(0)) \ No newline at end of file + slack_token = "xoxb-123456789012-1234567890123-abcdefghijklmnopqrstuvwx" \ No newline at end of file