Add handling of users with invalid token, change approach of slices π #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################## | |
# DO NOT DELETE OR EDIT THIS FILE # | |
# This file is automatically generated and used to run tests # | |
########################################################################## | |
name: hexlet-check | |
on: | |
push: | |
branches: | |
- '**' | |
tags: | |
- '**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Hexlet project check | |
uses: hexlet/project-action@release | |
with: | |
hexlet-id: ${{ secrets.HEXLET_ID }} |