Merge pull request #296 from 0xflotus/patch-1

fix: small typo in import-action-entrypoint.ql
This commit is contained in:
Robert 2020-11-10 09:34:24 +00:00 committed by GitHub
commit 409b71a3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
/**
* @name Import action entrypoint
* @description Importing the entrpoint file for an action is dangerous
* @description Importing the entrypoint file for an action is dangerous
* because the code from that action will be run when the file is imported.
* @kind problem
* @problem.severity error