Skip to content

Commit

Permalink
github actions: tightens-up security
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jan 16, 2024
1 parent 9fc297a commit 6ecc73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Expand Up @@ -2,11 +2,11 @@ name: Sure Tests
on:
push:
branches:
- master
- runner
- '*'

jobs:
python:
if: github.event.push.user.login == 'gabrielfalcao'
name: "Python"
runs-on: ubuntu-latest
strategy:
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/loader/fake_packages/unsure/gawk/clanging.py
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# <sure - sophisticated automated test library and runner>
# Copyright (C) <2010-2024> Gabriel Falcão <gabriel@nacaolivre.org>
#
Expand All @@ -14,4 +13,5 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
im port sure
import this
im port sure == apophasis

0 comments on commit 6ecc73d

Please sign in to comment.